Html Css Color HEX #120127 Blackcurrant

📋 copy color: '#120127'

red 18 ◦ green 1 ◦ blue 39

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

Shades of Blackcurrant #120127

Tints of Blackcurrant #120127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.72%

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

R = 31.03%
G = 1.72%
B = 67.24%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120127 (or 0x120127) is known color: Blackcurrant. HEX triplet: 12, 01 and 27. RGB value is (18,1,39). Sum of RGB (Red+Green+Blue) = 18+1+39=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #120127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120127 is #EDFED8. Grayscale: #0A0A0A. Windows color (decimal): -15597273 or 2556178. OLE color: 2556178.

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

Color convert

RGB 18 1 39 -
CMYK 0.54 0.97 0 0.85
HSL 266.84º 0.95% 0.08% -
HSV(B) 266.84º 0.97% 0.15% -
XYZ 0.63 0.3 1.94 -
YUV 10.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 18 1 39 0.54 0.97 0 0.85 266.84 0.95 0.08
Hex 12 1 27 36 61 0 55 10B 5F 8
Octal 22 1 47 66 141 0 125 413 137 10
Binary 10010 1 100111 110110 1100001 0 1010101 100001011 1011111 1000

Color Harmonies of #120127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120127

Black with #120127

Text Example


Text Example

White with #120127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120127; }

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

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

background-color css

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

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

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

border-color css

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

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

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