Html Css Color HEX #120528 Blackcurrant

📋 copy color: '#120528'

red 18 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #120528

Tints of Blackcurrant #120528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 63.49%

R = 28.57%
G = 7.94%
B = 63.49%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120528 (or 0x120528) is known color: Blackcurrant. HEX triplet: 12, 05 and 28. RGB value is (18,5,40). Sum of RGB (Red+Green+Blue) = 18+5+40=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #120528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120528 is #EDFAD7. Grayscale: #0C0C0C. Windows color (decimal): -15596248 or 2622738. OLE color: 2622738.

HSL color Cylindrical-coordinate representation of color #120528: hue angle of 262.29º 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 #120528 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 5 40 -
CMYK 0.55 0.88 0 0.84
HSL 262.29º 0.78% 0.09% -
HSV(B) 262.29º 0.88% 0.16% -
XYZ 0.69 0.39 2.05 -
YUV 12.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 18 5 40 0.55 0.88 0 0.84 262.29 0.78 0.09
Hex 12 5 28 37 58 0 54 106 4E 9
Octal 22 5 50 67 130 0 124 406 116 11
Binary 10010 101 101000 110111 1011000 0 1010100 100000110 1001110 1001

Color Harmonies of #120528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120528

Black with #120528

Text Example


Text Example

White with #120528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120528; }

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

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

background-color css

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

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

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

border-color css

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

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

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