Html Css Color HEX #120B1F Blackcurrant

📋 copy color: '#120B1F'

red 18 ◦ green 11 ◦ blue 31

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

Shades of Blackcurrant #120B1F

Tints of Blackcurrant #120B1F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.33%

 BLUE value IS 31 (12.5% from 255) = 51.67%

R = 30%
G = 18.33%
B = 51.67%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#120B1F (or 0x120B1F) is known color: Blackcurrant. HEX triplet: 12, 0B and 1F. RGB value is (18,11,31). Sum of RGB (Red+Green+Blue) = 18+11+31=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #120B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B1F is #EDF4E0. Grayscale: #0F0F0F. Windows color (decimal): -15594721 or 2034450. OLE color: 2034450.

HSL color Cylindrical-coordinate representation of color #120B1F: hue angle of 261º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #120B1F is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 11 31 -
CMYK 0.42 0.65 0 0.88
HSL 261º 0.48% 0.08% -
HSV(B) 261º 0.65% 0.12% -
XYZ 0.62 0.47 1.35 -
YUV 15.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 18 11 31 0.42 0.65 0 0.88 261 0.48 0.08
Hex 12 B 1F 2A 41 0 58 105 30 8
Octal 22 13 37 52 101 0 130 405 60 10
Binary 10010 1011 11111 101010 1000001 0 1011000 100000101 110000 1000

Color Harmonies of #120B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B1F

Black with #120B1F

Text Example


Text Example

White with #120B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,11,31); }

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

background-color css

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

 a { background-color: rgb(18,11,31); }

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

border-color css

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

 span { border-color: rgb(18,11,31); }

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