Html Css Color HEX #362442 Blackcurrant

📋 copy color: '#362442'

red 54 ◦ green 36 ◦ blue 66

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

Shades of Blackcurrant #362442

Tints of Blackcurrant #362442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

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

R = 34.62%
G = 23.08%
B = 42.31%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#362442 (or 0x362442) is known color: Blackcurrant. HEX triplet: 36, 24 and 42. RGB value is (54,36,66). Sum of RGB (Red+Green+Blue) = 54+36+66=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #362442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362442 is #C9DBBD. Grayscale: #2C2C2C. Windows color (decimal): -13228990 or 4334646. OLE color: 4334646.

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

Color convert

RGB 54 36 66 -
CMYK 0.18 0.45 0 0.74
HSL 276º 0.29% 0.2% -
HSV(B) 276º 0.45% 0.26% -
XYZ 3.14 2.44 5.46 -
YUV 44.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 54 36 66 0.18 0.45 0 0.74 276 0.29 0.2
Hex 36 24 42 12 2D 0 4A 114 1D 14
Octal 66 44 102 22 55 0 112 424 35 24
Binary 110110 100100 1000010 10010 101101 0 1001010 100010100 11101 10100

Color Harmonies of #362442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362442

Black with #362442

Text Example


Text Example

White with #362442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362442; }

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

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

background-color css

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

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

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

border-color css

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

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

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