Html Css Color HEX #120237 Blackcurrant

📋 copy color: '#120237'

red 18 ◦ green 2 ◦ blue 55

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

Shades of Blackcurrant #120237

Tints of Blackcurrant #120237

RGB

 RED value IS 18 (7.42% from 255) = 24%

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

 BLUE value IS 55 (21.88% from 255) = 73.33%

R = 24%
G = 2.67%
B = 73.33%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120237 (or 0x120237) is known color: Blackcurrant. HEX triplet: 12, 02 and 37. RGB value is (18,2,55). Sum of RGB (Red+Green+Blue) = 18+2+55=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #120237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120237 is #EDFDC8. Grayscale: #0C0C0C. Windows color (decimal): -15597001 or 3605010. OLE color: 3605010.

HSL color Cylindrical-coordinate representation of color #120237: hue angle of 258.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120237 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 2 55 -
CMYK 0.67 0.96 0 0.78
HSL 258.11º 0.93% 0.11% -
HSV(B) 258.11º 0.96% 0.22% -
XYZ 0.96 0.45 3.65 -
YUV 12.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 18 2 55 0.67 0.96 0 0.78 258.11 0.93 0.11
Hex 12 2 37 43 60 0 4E 102 5D B
Octal 22 2 67 103 140 0 116 402 135 13
Binary 10010 10 110111 1000011 1100000 0 1001110 100000010 1011101 1011

Color Harmonies of #120237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120237

Black with #120237

Text Example


Text Example

White with #120237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120237; }

 p { color: rgb(18,2,55); }

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

background-color css

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

 a { background-color: rgb(18,2,55); }

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

border-color css

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

 span { border-color: rgb(18,2,55); }

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