Html Css Color HEX #120529 Blackcurrant

📋 copy color: '#120529'

red 18 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #120529

Tints of Blackcurrant #120529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 64.06%

R = 28.13%
G = 7.81%
B = 64.06%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120529 (or 0x120529) is known color: Blackcurrant. HEX triplet: 12, 05 and 29. RGB value is (18,5,41). Sum of RGB (Red+Green+Blue) = 18+5+41=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #120529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120529 is #EDFAD6. Grayscale: #0C0C0C. Windows color (decimal): -15596247 or 2688274. OLE color: 2688274.

HSL color Cylindrical-coordinate representation of color #120529: hue angle of 261.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120529 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 5 41 -
CMYK 0.56 0.88 0 0.84
HSL 261.67º 0.78% 0.09% -
HSV(B) 261.67º 0.88% 0.16% -
XYZ 0.7 0.4 2.14 -
YUV 12.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 18 5 41 0.56 0.88 0 0.84 261.67 0.78 0.09
Hex 12 5 29 38 58 0 54 106 4E 9
Octal 22 5 51 70 130 0 124 406 116 11
Binary 10010 101 101001 111000 1011000 0 1010100 100000110 1001110 1001

Color Harmonies of #120529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120529

Black with #120529

Text Example


Text Example

White with #120529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120529; }

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

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

background-color css

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

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

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

border-color css

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

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

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