Html Css Color HEX #360242 Blackcurrant

📋 copy color: '#360242'

red 54 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #360242

Tints of Blackcurrant #360242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

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

R = 44.26%
G = 1.64%
B = 54.1%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#360242 (or 0x360242) is known color: Blackcurrant. HEX triplet: 36, 02 and 42. RGB value is (54,2,66). Sum of RGB (Red+Green+Blue) = 54+2+66=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #360242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360242 is #C9FDBD. Grayscale: #181818. Windows color (decimal): -13237694 or 4325942. OLE color: 4325942.

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

Color convert

RGB 54 2 66 -
CMYK 0.18 0.97 0 0.74
HSL 288.75º 0.94% 0.13% -
HSV(B) 288.75º 0.97% 0.26% -
XYZ 2.53 1.22 5.26 -
YUV 24.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 54 2 66 0.18 0.97 0 0.74 288.75 0.94 0.13
Hex 36 2 42 12 61 0 4A 121 5E D
Octal 66 2 102 22 141 0 112 441 136 15
Binary 110110 10 1000010 10010 1100001 0 1001010 100100001 1011110 1101

Color Harmonies of #360242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360242

Black with #360242

Text Example


Text Example

White with #360242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360242; }

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

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

background-color css

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

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

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

border-color css

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

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

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