Html Css Color HEX #120A19 Blackcurrant

📋 copy color: '#120A19'

red 18 ◦ green 10 ◦ blue 25

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

Shades of Blackcurrant #120A19

Tints of Blackcurrant #120A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.87%

 BLUE value IS 25 (10.16% from 255) = 47.17%

R = 33.96%
G = 18.87%
B = 47.17%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120A19 (or 0x120A19) is known color: Blackcurrant. HEX triplet: 12, 0A and 19. RGB value is (18,10,25). Sum of RGB (Red+Green+Blue) = 18+10+25=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #120A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A19 is #EDF5E6. Grayscale: #0E0E0E. Windows color (decimal): -15594983 or 1640978. OLE color: 1640978.

HSL color Cylindrical-coordinate representation of color #120A19: hue angle of 272º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #120A19 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 10 25 -
CMYK 0.28 0.60 0 0.90
HSL 272º 0.43% 0.07% -
HSV(B) 272º 0.6% 0.1% -
XYZ 0.53 0.42 0.97 -
YUV 14.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 18 10 25 0.28 0.60 0 0.90 272 0.43 0.07
Hex 12 A 19 1C 3C 0 5A 110 2B 7
Octal 22 12 31 34 74 0 132 420 53 7
Binary 10010 1010 11001 11100 111100 0 1011010 100010000 101011 111

Color Harmonies of #120A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A19

Black with #120A19

Text Example


Text Example

White with #120A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120A19; }

 p { color: rgb(18,10,25); }

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

background-color css

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

 a { background-color: rgb(18,10,25); }

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

border-color css

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

 span { border-color: rgb(18,10,25); }

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