Html Css Color HEX #120137 Blackcurrant

📋 copy color: '#120137'

red 18 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #120137

Tints of Blackcurrant #120137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

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

R = 24.32%
G = 1.35%
B = 74.32%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120137 (or 0x120137) is known color: Blackcurrant. HEX triplet: 12, 01 and 37. RGB value is (18,1,55). Sum of RGB (Red+Green+Blue) = 18+1+55=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #120137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120137 is #EDFEC8. Grayscale: #0C0C0C. Windows color (decimal): -15597257 or 3604754. OLE color: 3604754.

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

Color convert

RGB 18 1 55 -
CMYK 0.67 0.98 0 0.78
HSL 258.89º 0.96% 0.11% -
HSV(B) 258.89º 0.98% 0.22% -
XYZ 0.95 0.43 3.65 -
YUV 12.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 18 1 55 0.67 0.98 0 0.78 258.89 0.96 0.11
Hex 12 1 37 43 62 0 4E 103 60 B
Octal 22 1 67 103 142 0 116 403 140 13
Binary 10010 1 110111 1000011 1100010 0 1001110 100000011 1100000 1011

Color Harmonies of #120137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120137

Black with #120137

Text Example


Text Example

White with #120137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120137; }

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

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

background-color css

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

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

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

border-color css

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

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

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