Html Css Color HEX #120B1C Blackcurrant

📋 copy color: '#120B1C'

red 18 ◦ green 11 ◦ blue 28

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

Shades of Blackcurrant #120B1C

Tints of Blackcurrant #120B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 19.3%

 BLUE value IS 28 (11.33% from 255) = 49.12%

R = 31.58%
G = 19.3%
B = 49.12%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#120B1C (or 0x120B1C) is known color: Blackcurrant. HEX triplet: 12, 0B and 1C. RGB value is (18,11,28). Sum of RGB (Red+Green+Blue) = 18+11+28=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #120B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B1C is #EDF4E3. Grayscale: #0E0E0E. Windows color (decimal): -15594724 or 1837842. OLE color: 1837842.

HSL color Cylindrical-coordinate representation of color #120B1C: hue angle of 264.71º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120B1C is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 11 28 -
CMYK 0.36 0.61 0 0.89
HSL 264.71º 0.44% 0.08% -
HSV(B) 264.71º 0.61% 0.11% -
XYZ 0.58 0.45 1.16 -
YUV 15.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 18 11 28 0.36 0.61 0 0.89 264.71 0.44 0.08
Hex 12 B 1C 24 3D 0 59 109 2C 8
Octal 22 13 34 44 75 0 131 411 54 10
Binary 10010 1011 11100 100100 111101 0 1011001 100001001 101100 1000

Color Harmonies of #120B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B1C

Black with #120B1C

Text Example


Text Example

White with #120B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120B1C; }

 p { color: rgb(18,11,28); }

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

background-color css

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

 a { background-color: rgb(18,11,28); }

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

border-color css

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

 span { border-color: rgb(18,11,28); }

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