Html Css Color HEX #12101F Black Russian

📋 copy color: '#12101F'

red 18 ◦ green 16 ◦ blue 31

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

Shades of Black Russian #12101F

Tints of Black Russian #12101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.62%

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

R = 27.69%
G = 24.62%
B = 47.69%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12101F (or 0x12101F) is known color: Black Russian. HEX triplet: 12, 10 and 1F. RGB value is (18,16,31). Sum of RGB (Red+Green+Blue) = 18+16+31=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #12101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101F is #EDEFE0. Grayscale: #121212. Windows color (decimal): -15593441 or 2035730. OLE color: 2035730.

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

Color convert

RGB 18 16 31 -
CMYK 0.42 0.48 0 0.88
HSL 248º 0.32% 0.09% -
HSV(B) 248º 0.48% 0.12% -
XYZ 0.68 0.6 1.38 -
YUV 18.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 18 16 31 0.42 0.48 0 0.88 248 0.32 0.09
Hex 12 10 1F 2A 30 0 58 F8 20 9
Octal 22 20 37 52 60 0 130 370 40 11
Binary 10010 10000 11111 101010 110000 0 1011000 11111000 100000 1001

Color Harmonies of #12101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12101F

Black with #12101F

Text Example


Text Example

White with #12101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12101F; }

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

 H1.HeaderClassName
 {
   color: #12101F;
 }
 .AnyTagClassName
 {
   color: #12101F;
 }
</style>

background-color css

<style>
 a { background-color: #12101F; }

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

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

border-color css

<style>
 span { border-color: #12101F; }

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

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