Html Css Color HEX #120614 Blackcurrant

📋 copy color: '#120614'

red 18 ◦ green 6 ◦ blue 20

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

Shades of Blackcurrant #120614

Tints of Blackcurrant #120614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 40.91%
G = 13.64%
B = 45.45%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120614 (or 0x120614) is known color: Blackcurrant. HEX triplet: 12, 06 and 14. RGB value is (18,6,20). Sum of RGB (Red+Green+Blue) = 18+6+20=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #120614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120614 is #EDF9EB. Grayscale: #0B0B0B. Windows color (decimal): -15596012 or 1312274. OLE color: 1312274.

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

Color convert

RGB 18 6 20 -
CMYK 0.10 0.70 0 0.92
HSL 291.43º 0.54% 0.05% -
HSV(B) 291.43º 0.7% 0.08% -
XYZ 0.44 0.31 0.7 -
YUV 11.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 18 6 20 0.10 0.70 0 0.92 291.43 0.54 0.05
Hex 12 6 14 A 46 0 5C 123 36 5
Octal 22 6 24 12 106 0 134 443 66 5
Binary 10010 110 10100 1010 1000110 0 1011100 100100011 110110 101

Color Harmonies of #120614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120614

Black with #120614

Text Example


Text Example

White with #120614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120614; }

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

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

background-color css

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

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

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

border-color css

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

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

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