Html Css Color HEX #120B15 Blackcurrant

📋 copy color: '#120B15'

red 18 ◦ green 11 ◦ blue 21

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

Shades of Blackcurrant #120B15

Tints of Blackcurrant #120B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42%

R = 36%
G = 22%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120B15 (or 0x120B15) is known color: Blackcurrant. HEX triplet: 12, 0B and 15. RGB value is (18,11,21). Sum of RGB (Red+Green+Blue) = 18+11+21=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #120B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B15 is #EDF4EA. Grayscale: #0E0E0E. Windows color (decimal): -15594731 or 1379090. OLE color: 1379090.

HSL color Cylindrical-coordinate representation of color #120B15: hue angle of 282º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #120B15 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 11 21 -
CMYK 0.14 0.48 0 0.92
HSL 282º 0.31% 0.06% -
HSV(B) 282º 0.48% 0.08% -
XYZ 0.5 0.42 0.76 -
YUV 14.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 18 11 21 0.14 0.48 0 0.92 282 0.31 0.06
Hex 12 B 15 E 30 0 5C 11A 1F 6
Octal 22 13 25 16 60 0 134 432 37 6
Binary 10010 1011 10101 1110 110000 0 1011100 100011010 11111 110

Color Harmonies of #120B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B15

Black with #120B15

Text Example


Text Example

White with #120B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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