Html Css Color HEX #120414 Blackcurrant

📋 copy color: '#120414'

red 18 ◦ green 4 ◦ blue 20

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

Shades of Blackcurrant #120414

Tints of Blackcurrant #120414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 47.62%

R = 42.86%
G = 9.52%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120414 (or 0x120414) is known color: Blackcurrant. HEX triplet: 12, 04 and 14. RGB value is (18,4,20). Sum of RGB (Red+Green+Blue) = 18+4+20=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #120414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120414 is #EDFBEB. Grayscale: #090909. Windows color (decimal): -15596524 or 1311762. OLE color: 1311762.

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

Color convert

RGB 18 4 20 -
CMYK 0.10 0.80 0 0.92
HSL 292.5º 0.67% 0.05% -
HSV(B) 292.5º 0.8% 0.08% -
XYZ 0.42 0.27 0.69 -
YUV 10.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 18 4 20 0.10 0.80 0 0.92 292.5 0.67 0.05
Hex 12 4 14 A 50 0 5C 124 43 5
Octal 22 4 24 12 120 0 134 444 103 5
Binary 10010 100 10100 1010 1010000 0 1011100 100100100 1000011 101

Color Harmonies of #120414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120414

Black with #120414

Text Example


Text Example

White with #120414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120414; }

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

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

background-color css

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

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

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

border-color css

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

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

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