Html Css Color HEX #120228 Blackcurrant

📋 copy color: '#120228'

red 18 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #120228

Tints of Blackcurrant #120228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.33%

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

R = 30%
G = 3.33%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120228 (or 0x120228) is known color: Blackcurrant. HEX triplet: 12, 02 and 28. RGB value is (18,2,40). Sum of RGB (Red+Green+Blue) = 18+2+40=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #120228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120228 is #EDFDD7. Grayscale: #0A0A0A. Windows color (decimal): -15597016 or 2621970. OLE color: 2621970.

HSL color Cylindrical-coordinate representation of color #120228: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120228 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 2 40 -
CMYK 0.55 0.95 0 0.84
HSL 265.26º 0.9% 0.08% -
HSV(B) 265.26º 0.95% 0.16% -
XYZ 0.65 0.33 2.04 -
YUV 11.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 18 2 40 0.55 0.95 0 0.84 265.26 0.9 0.08
Hex 12 2 28 37 5F 0 54 109 5A 8
Octal 22 2 50 67 137 0 124 411 132 10
Binary 10010 10 101000 110111 1011111 0 1010100 100001001 1011010 1000

Color Harmonies of #120228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120228

Black with #120228

Text Example


Text Example

White with #120228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120228; }

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

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

background-color css

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

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

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

border-color css

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

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

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