Html Css Color HEX #120514 Blackcurrant

📋 copy color: '#120514'

red 18 ◦ green 5 ◦ blue 20

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

Shades of Blackcurrant #120514

Tints of Blackcurrant #120514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 41.86%
G = 11.63%
B = 46.51%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120514 (or 0x120514) is known color: Blackcurrant. HEX triplet: 12, 05 and 14. RGB value is (18,5,20). Sum of RGB (Red+Green+Blue) = 18+5+20=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #120514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120514 is #EDFAEB. Grayscale: #0A0A0A. Windows color (decimal): -15596268 or 1312018. OLE color: 1312018.

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

Color convert

RGB 18 5 20 -
CMYK 0.10 0.75 0 0.92
HSL 292º 0.6% 0.05% -
HSV(B) 292º 0.75% 0.08% -
XYZ 0.43 0.29 0.69 -
YUV 10.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 18 5 20 0.10 0.75 0 0.92 292 0.6 0.05
Hex 12 5 14 A 4B 0 5C 124 3C 5
Octal 22 5 24 12 113 0 134 444 74 5
Binary 10010 101 10100 1010 1001011 0 1011100 100100100 111100 101

Color Harmonies of #120514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120514

Black with #120514

Text Example


Text Example

White with #120514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120514; }

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

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

background-color css

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

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

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

border-color css

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

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

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