Html Css Color HEX #120F15 Blackcurrant

📋 copy color: '#120F15'

red 18 ◦ green 15 ◦ blue 21

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

Shades of Blackcurrant #120F15

Tints of Blackcurrant #120F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.78%

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

R = 33.33%
G = 27.78%
B = 38.89%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120F15 (or 0x120F15) is known color: Blackcurrant. HEX triplet: 12, 0F and 15. RGB value is (18,15,21). Sum of RGB (Red+Green+Blue) = 18+15+21=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #120F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F15 is #EDF0EA. Grayscale: #101010. Windows color (decimal): -15593707 or 1380114. OLE color: 1380114.

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

Color convert

RGB 18 15 21 -
CMYK 0.14 0.29 0 0.92
HSL 270º 0.17% 0.07% -
HSV(B) 270º 0.29% 0.08% -
XYZ 0.56 0.52 0.78 -
YUV 16.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 18 15 21 0.14 0.29 0 0.92 270 0.17 0.07
Hex 12 F 15 E 1D 0 5C 10E 11 7
Octal 22 17 25 16 35 0 134 416 21 7
Binary 10010 1111 10101 1110 11101 0 1011100 100001110 10001 111

Color Harmonies of #120F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F15

Black with #120F15

Text Example


Text Example

White with #120F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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