Html Css Color HEX #120715 Blackcurrant

📋 copy color: '#120715'

red 18 ◦ green 7 ◦ blue 21

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

Shades of Blackcurrant #120715

Tints of Blackcurrant #120715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.22%

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

R = 39.13%
G = 15.22%
B = 45.65%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120715 (or 0x120715) is known color: Blackcurrant. HEX triplet: 12, 07 and 15. RGB value is (18,7,21). Sum of RGB (Red+Green+Blue) = 18+7+21=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #120715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120715 is #EDF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15595755 or 1378066. OLE color: 1378066.

HSL color Cylindrical-coordinate representation of color #120715: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120715 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 7 21 -
CMYK 0.14 0.67 0 0.92
HSL 287.14º 0.5% 0.05% -
HSV(B) 287.14º 0.67% 0.08% -
XYZ 0.46 0.33 0.75 -
YUV 11.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 18 7 21 0.14 0.67 0 0.92 287.14 0.5 0.05
Hex 12 7 15 E 43 0 5C 11F 32 5
Octal 22 7 25 16 103 0 134 437 62 5
Binary 10010 111 10101 1110 1000011 0 1011100 100011111 110010 101

Color Harmonies of #120715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120715

Black with #120715

Text Example


Text Example

White with #120715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120715; }

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

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

background-color css

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

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

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

border-color css

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

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

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