Html Css Color HEX #120D1A Blackcurrant

📋 copy color: '#120D1A'

red 18 ◦ green 13 ◦ blue 26

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

Shades of Blackcurrant #120D1A

Tints of Blackcurrant #120D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.81%

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 31.58%
G = 22.81%
B = 45.61%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120D1A (or 0x120D1A) is known color: Blackcurrant. HEX triplet: 12, 0D and 1A. RGB value is (18,13,26). Sum of RGB (Red+Green+Blue) = 18+13+26=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #120D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1A is #EDF2E5. Grayscale: #0F0F0F. Windows color (decimal): -15594214 or 1707282. OLE color: 1707282.

HSL color Cylindrical-coordinate representation of color #120D1A: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120D1A is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 13 26 -
CMYK 0.31 0.5 0 0.90
HSL 263.08º 0.33% 0.08% -
HSV(B) 263.08º 0.5% 0.1% -
XYZ 0.58 0.49 1.04 -
YUV 15.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 18 13 26 0.31 0.5 0 0.90 263.08 0.33 0.08
Hex 12 D 1A 1F 32 0 5A 107 21 8
Octal 22 15 32 37 62 0 132 407 41 10
Binary 10010 1101 11010 11111 110010 0 1011010 100000111 100001 1000

Color Harmonies of #120D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D1A

Black with #120D1A

Text Example


Text Example

White with #120D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,26); }

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

background-color css

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

 a { background-color: rgb(18,13,26); }

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

border-color css

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

 span { border-color: rgb(18,13,26); }

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