Html Css Color HEX #120227 Blackcurrant

📋 copy color: '#120227'

red 18 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #120227

Tints of Blackcurrant #120227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 66.1%

R = 30.51%
G = 3.39%
B = 66.1%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120227 (or 0x120227) is known color: Blackcurrant. HEX triplet: 12, 02 and 27. RGB value is (18,2,39). Sum of RGB (Red+Green+Blue) = 18+2+39=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #120227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120227 is #EDFDD8. Grayscale: #0A0A0A. Windows color (decimal): -15597017 or 2556434. OLE color: 2556434.

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

Color convert

RGB 18 2 39 -
CMYK 0.54 0.95 0 0.85
HSL 265.95º 0.9% 0.08% -
HSV(B) 265.95º 0.95% 0.15% -
XYZ 0.64 0.32 1.95 -
YUV 11 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 18 2 39 0.54 0.95 0 0.85 265.95 0.9 0.08
Hex 12 2 27 36 5F 0 55 10A 5A 8
Octal 22 2 47 66 137 0 125 412 132 10
Binary 10010 10 100111 110110 1011111 0 1010101 100001010 1011010 1000

Color Harmonies of #120227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120227

Black with #120227

Text Example


Text Example

White with #120227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120227; }

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

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

background-color css

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

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

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

border-color css

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

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

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