Html Css Color HEX #360246 Blackcurrant

📋 copy color: '#360246'

red 54 ◦ green 2 ◦ blue 70

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

Shades of Blackcurrant #360246

Tints of Blackcurrant #360246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 55.56%

R = 42.86%
G = 1.59%
B = 55.56%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#360246 (or 0x360246) is known color: Blackcurrant. HEX triplet: 36, 02 and 46. RGB value is (54,2,70). Sum of RGB (Red+Green+Blue) = 54+2+70=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #360246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360246 is #C9FDB9. Grayscale: #191919. Windows color (decimal): -13237690 or 4588086. OLE color: 4588086.

HSL color Cylindrical-coordinate representation of color #360246: hue angle of 285.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360246 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 2 70 -
CMYK 0.23 0.97 0 0.73
HSL 285.88º 0.94% 0.14% -
HSV(B) 285.88º 0.97% 0.27% -
XYZ 2.65 1.27 5.9 -
YUV 25.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 54 2 70 0.23 0.97 0 0.73 285.88 0.94 0.14
Hex 36 2 46 17 61 0 49 11E 5E E
Octal 66 2 106 27 141 0 111 436 136 16
Binary 110110 10 1000110 10111 1100001 0 1001001 100011110 1011110 1110

Color Harmonies of #360246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360246

Black with #360246

Text Example


Text Example

White with #360246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360246; }

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

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

background-color css

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

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

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

border-color css

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

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

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