Html Css Color HEX #120518 Blackcurrant

📋 copy color: '#120518'

red 18 ◦ green 5 ◦ blue 24

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

Shades of Blackcurrant #120518

Tints of Blackcurrant #120518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 51.06%

R = 38.3%
G = 10.64%
B = 51.06%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120518 (or 0x120518) is known color: Blackcurrant. HEX triplet: 12, 05 and 18. RGB value is (18,5,24). Sum of RGB (Red+Green+Blue) = 18+5+24=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #120518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120518 is #EDFAE7. Grayscale: #0A0A0A. Windows color (decimal): -15596264 or 1574162. OLE color: 1574162.

HSL color Cylindrical-coordinate representation of color #120518: hue angle of 281.05º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120518 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 5 24 -
CMYK 0.25 0.79 0 0.91
HSL 281.05º 0.66% 0.06% -
HSV(B) 281.05º 0.79% 0.09% -
XYZ 0.47 0.3 0.9 -
YUV 11.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 18 5 24 0.25 0.79 0 0.91 281.05 0.66 0.06
Hex 12 5 18 19 4F 0 5B 119 42 6
Octal 22 5 30 31 117 0 133 431 102 6
Binary 10010 101 11000 11001 1001111 0 1011011 100011001 1000010 110

Color Harmonies of #120518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120518

Black with #120518

Text Example


Text Example

White with #120518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120518; }

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

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

background-color css

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

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

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

border-color css

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

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

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