Html Css Color HEX #361848 Blackcurrant

📋 copy color: '#361848'

red 54 ◦ green 24 ◦ blue 72

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

Shades of Blackcurrant #361848

Tints of Blackcurrant #361848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

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

R = 36%
G = 16%
B = 48%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361848 (or 0x361848) is known color: Blackcurrant. HEX triplet: 36, 18 and 48. RGB value is (54,24,72). Sum of RGB (Red+Green+Blue) = 54+24+72=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #361848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361848 is #C9E7B7. Grayscale: #262626. Windows color (decimal): -13232056 or 4724790. OLE color: 4724790.

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

Color convert

RGB 54 24 72 -
CMYK 0.25 0.67 0 0.72
HSL 277.5º 0.5% 0.19% -
HSV(B) 277.5º 0.67% 0.28% -
XYZ 3.02 1.91 6.34 -
YUV 38.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 54 24 72 0.25 0.67 0 0.72 277.5 0.5 0.19
Hex 36 18 48 19 43 0 48 116 32 13
Octal 66 30 110 31 103 0 110 426 62 23
Binary 110110 11000 1001000 11001 1000011 0 1001000 100010110 110010 10011

Color Harmonies of #361848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361848

Black with #361848

Text Example


Text Example

White with #361848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361848; }

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

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

background-color css

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

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

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

border-color css

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

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

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