Html Css Color HEX #361642 Blackcurrant

📋 copy color: '#361642'

red 54 ◦ green 22 ◦ blue 66

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

Shades of Blackcurrant #361642

Tints of Blackcurrant #361642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.48%

R = 38.03%
G = 15.49%
B = 46.48%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361642 (or 0x361642) is known color: Blackcurrant. HEX triplet: 36, 16 and 42. RGB value is (54,22,66). Sum of RGB (Red+Green+Blue) = 54+22+66=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #361642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361642 is #C9E9BD. Grayscale: #242424. Windows color (decimal): -13232574 or 4331062. OLE color: 4331062.

HSL color Cylindrical-coordinate representation of color #361642: hue angle of 283.64º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361642 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 22 66 -
CMYK 0.18 0.67 0 0.74
HSL 283.64º 0.5% 0.17% -
HSV(B) 283.64º 0.67% 0.26% -
XYZ 2.79 1.75 5.35 -
YUV 36.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 54 22 66 0.18 0.67 0 0.74 283.64 0.5 0.17
Hex 36 16 42 12 43 0 4A 11C 32 11
Octal 66 26 102 22 103 0 112 434 62 21
Binary 110110 10110 1000010 10010 1000011 0 1001010 100011100 110010 10001

Color Harmonies of #361642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361642

Black with #361642

Text Example


Text Example

White with #361642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361642; }

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

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

background-color css

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

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

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

border-color css

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

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

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