Html Css Color HEX #120A1B Blackcurrant

📋 copy color: '#120A1B'

red 18 ◦ green 10 ◦ blue 27

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

Shades of Blackcurrant #120A1B

Tints of Blackcurrant #120A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 49.09%

R = 32.73%
G = 18.18%
B = 49.09%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#120A1B (or 0x120A1B) is known color: Blackcurrant. HEX triplet: 12, 0A and 1B. RGB value is (18,10,27). Sum of RGB (Red+Green+Blue) = 18+10+27=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #120A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A1B is #EDF5E4. Grayscale: #0E0E0E. Windows color (decimal): -15594981 or 1772050. OLE color: 1772050.

HSL color Cylindrical-coordinate representation of color #120A1B: hue angle of 268.24º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #120A1B is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 10 27 -
CMYK 0.33 0.63 0 0.89
HSL 268.24º 0.46% 0.07% -
HSV(B) 268.24º 0.63% 0.11% -
XYZ 0.56 0.42 1.09 -
YUV 14.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 18 10 27 0.33 0.63 0 0.89 268.24 0.46 0.07
Hex 12 A 1B 21 3F 0 59 10C 2E 7
Octal 22 12 33 41 77 0 131 414 56 7
Binary 10010 1010 11011 100001 111111 0 1011001 100001100 101110 111

Color Harmonies of #120A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A1B

Black with #120A1B

Text Example


Text Example

White with #120A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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