Html Css Color HEX #120B1B Blackcurrant

📋 copy color: '#120B1B'

red 18 ◦ green 11 ◦ blue 27

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

Shades of Blackcurrant #120B1B

Tints of Blackcurrant #120B1B

RGB

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

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

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

R = 32.14%
G = 19.64%
B = 48.21%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#120B1B (or 0x120B1B) is known color: Blackcurrant. HEX triplet: 12, 0B and 1B. RGB value is (18,11,27). Sum of RGB (Red+Green+Blue) = 18+11+27=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #120B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B1B is #EDF4E4. Grayscale: #0E0E0E. Windows color (decimal): -15594725 or 1772306. OLE color: 1772306.

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

Color convert

RGB 18 11 27 -
CMYK 0.33 0.59 0 0.89
HSL 266.25º 0.42% 0.07% -
HSV(B) 266.25º 0.59% 0.11% -
XYZ 0.57 0.45 1.09 -
YUV 14.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 18 11 27 0.33 0.59 0 0.89 266.25 0.42 0.07
Hex 12 B 1B 21 3B 0 59 10A 2A 7
Octal 22 13 33 41 73 0 131 412 52 7
Binary 10010 1011 11011 100001 111011 0 1011001 100001010 101010 111

Color Harmonies of #120B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B1B

Black with #120B1B

Text Example


Text Example

White with #120B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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