Html Css Color HEX #361648 Blackcurrant

📋 copy color: '#361648'

red 54 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #361648

Tints of Blackcurrant #361648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 36.49%
G = 14.86%
B = 48.65%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361648 (or 0x361648) is known color: Blackcurrant. HEX triplet: 36, 16 and 48. RGB value is (54,22,72). Sum of RGB (Red+Green+Blue) = 54+22+72=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #361648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361648 is #C9E9B7. Grayscale: #252525. Windows color (decimal): -13232568 or 4724278. OLE color: 4724278.

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

Color convert

RGB 54 22 72 -
CMYK 0.25 0.69 0 0.72
HSL 278.4º 0.53% 0.18% -
HSV(B) 278.4º 0.69% 0.28% -
XYZ 2.98 1.83 6.33 -
YUV 37.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 54 22 72 0.25 0.69 0 0.72 278.4 0.53 0.18
Hex 36 16 48 19 45 0 48 116 35 12
Octal 66 26 110 31 105 0 110 426 65 22
Binary 110110 10110 1001000 11001 1000101 0 1001000 100010110 110101 10010

Color Harmonies of #361648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361648

Black with #361648

Text Example


Text Example

White with #361648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361648; }

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

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

background-color css

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

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

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

border-color css

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

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

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