Html Css Color HEX #361748 Blackcurrant

📋 copy color: '#361748'

red 54 ◦ green 23 ◦ blue 72

#361748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #361748

Tints of Blackcurrant #361748

RGB

 RED value IS 54 (21.48% from 255) = 36.24%

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 36.24%
G = 15.44%
B = 48.32%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#361748 (or 0x361748) is known color: Blackcurrant. HEX triplet: 36, 17 and 48. RGB value is (54,23,72). Sum of RGB (Red+Green+Blue) = 54+23+72=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #361748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361748 is #C9E8B7. Grayscale: #252525. Windows color (decimal): -13232312 or 4724534. OLE color: 4724534.

HSL color Cylindrical-coordinate representation of color #361748: hue angle of 277.96º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #361748 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 23 72 -
CMYK 0.25 0.68 0 0.72
HSL 277.96º 0.52% 0.19% -
HSV(B) 277.96º 0.68% 0.28% -
XYZ 3 1.86 6.33 -
YUV 37.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 54 23 72 0.25 0.68 0 0.72 277.96 0.52 0.19
Hex 36 17 48 19 44 0 48 116 34 13
Octal 66 27 110 31 104 0 110 426 64 23
Binary 110110 10111 1001000 11001 1000100 0 1001000 100010110 110100 10011

Color Harmonies of #361748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361748

Black with #361748

Text Example


Text Example

White with #361748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361748; }

 p { color: rgb(54,23,72); }

 H1.HeaderClassName
 {
   color: #361748;
 }
 .AnyTagClassName
 {
   color: #361748;
 }
</style>

background-color css

<style>
 a { background-color: #361748; }

 a { background-color: rgb(54,23,72); }

 div.DivClassName
 {
   background-color: #361748;
 }
 .BgClassName
 {
   background-color: #361748;
 }
</style>

border-color css

<style>
 span { border-color: #361748; }

 span { border-color: rgb(54,23,72); }

 td.TdClassName
 {
   border-color: #361748;
 }
 .TagClassName
 {
   border-color: #361748;
 }
</style>