Html Css Color HEX #120415 Blackcurrant

📋 copy color: '#120415'

red 18 ◦ green 4 ◦ blue 21

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

Shades of Blackcurrant #120415

Tints of Blackcurrant #120415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.3%

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

R = 41.86%
G = 9.3%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120415 (or 0x120415) is known color: Blackcurrant. HEX triplet: 12, 04 and 15. RGB value is (18,4,21). Sum of RGB (Red+Green+Blue) = 18+4+21=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #120415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120415 is #EDFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15596523 or 1377298. OLE color: 1377298.

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

Color convert

RGB 18 4 21 -
CMYK 0.14 0.81 0 0.92
HSL 289.41º 0.68% 0.05% -
HSV(B) 289.41º 0.81% 0.08% -
XYZ 0.43 0.27 0.74 -
YUV 10.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 18 4 21 0.14 0.81 0 0.92 289.41 0.68 0.05
Hex 12 4 15 E 51 0 5C 121 44 5
Octal 22 4 25 16 121 0 134 441 104 5
Binary 10010 100 10101 1110 1010001 0 1011100 100100001 1000100 101

Color Harmonies of #120415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120415

Black with #120415

Text Example


Text Example

White with #120415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120415; }

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

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

background-color css

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

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

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

border-color css

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

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

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