Html Css Color HEX #362242 Blackcurrant

📋 copy color: '#362242'

red 54 ◦ green 34 ◦ blue 66

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

Shades of Blackcurrant #362242

Tints of Blackcurrant #362242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

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

R = 35.06%
G = 22.08%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#362242 (or 0x362242) is known color: Blackcurrant. HEX triplet: 36, 22 and 42. RGB value is (54,34,66). Sum of RGB (Red+Green+Blue) = 54+34+66=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #362242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362242 is #C9DDBD. Grayscale: #2B2B2B. Windows color (decimal): -13229502 or 4334134. OLE color: 4334134.

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

Color convert

RGB 54 34 66 -
CMYK 0.18 0.48 0 0.74
HSL 277.5º 0.32% 0.2% -
HSV(B) 277.5º 0.48% 0.26% -
XYZ 3.08 2.32 5.44 -
YUV 43.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 54 34 66 0.18 0.48 0 0.74 277.5 0.32 0.2
Hex 36 22 42 12 30 0 4A 116 20 14
Octal 66 42 102 22 60 0 112 426 40 24
Binary 110110 100010 1000010 10010 110000 0 1001010 100010110 100000 10100

Color Harmonies of #362242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362242

Black with #362242

Text Example


Text Example

White with #362242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362242; }

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

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

background-color css

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

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

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

border-color css

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

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

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