Html Css Color HEX #120915 Blackcurrant

📋 copy color: '#120915'

red 18 ◦ green 9 ◦ blue 21

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

Shades of Blackcurrant #120915

Tints of Blackcurrant #120915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

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

R = 37.5%
G = 18.75%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120915 (or 0x120915) is known color: Blackcurrant. HEX triplet: 12, 09 and 15. RGB value is (18,9,21). Sum of RGB (Red+Green+Blue) = 18+9+21=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #120915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120915 is #EDF6EA. Grayscale: #0D0D0D. Windows color (decimal): -15595243 or 1378578. OLE color: 1378578.

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

Color convert

RGB 18 9 21 -
CMYK 0.14 0.57 0 0.92
HSL 285º 0.4% 0.06% -
HSV(B) 285º 0.57% 0.08% -
XYZ 0.48 0.38 0.76 -
YUV 13.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 18 9 21 0.14 0.57 0 0.92 285 0.4 0.06
Hex 12 9 15 E 39 0 5C 11D 28 6
Octal 22 11 25 16 71 0 134 435 50 6
Binary 10010 1001 10101 1110 111001 0 1011100 100011101 101000 110

Color Harmonies of #120915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120915

Black with #120915

Text Example


Text Example

White with #120915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120915; }

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

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

background-color css

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

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

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

border-color css

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

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

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