Html Css Color HEX #120524 Blackcurrant

📋 copy color: '#120524'

red 18 ◦ green 5 ◦ blue 36

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

Shades of Blackcurrant #120524

Tints of Blackcurrant #120524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 61.02%

R = 30.51%
G = 8.47%
B = 61.02%

CMYK

 C value IS 0.5

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120524 (or 0x120524) is known color: Blackcurrant. HEX triplet: 12, 05 and 24. RGB value is (18,5,36). Sum of RGB (Red+Green+Blue) = 18+5+36=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #120524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120524 is #EDFADB. Grayscale: #0C0C0C. Windows color (decimal): -15596252 or 2360594. OLE color: 2360594.

HSL color Cylindrical-coordinate representation of color #120524: hue angle of 265.16º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120524 is Cyan = 0.5, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 5 36 -
CMYK 0.5 0.86 0 0.86
HSL 265.16º 0.76% 0.08% -
HSV(B) 265.16º 0.86% 0.14% -
XYZ 0.62 0.36 1.71 -
YUV 12.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 18 5 36 0.5 0.86 0 0.86 265.16 0.76 0.08
Hex 12 5 24 32 56 0 56 109 4C 8
Octal 22 5 44 62 126 0 126 411 114 10
Binary 10010 101 100100 110010 1010110 0 1010110 100001001 1001100 1000

Color Harmonies of #120524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120524

Black with #120524

Text Example


Text Example

White with #120524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120524; }

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

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

background-color css

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

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

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

border-color css

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

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

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