Html Css Color HEX #12121D Black Russian

📋 copy color: '#12121D'

red 18 ◦ green 18 ◦ blue 29

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

Shades of Black Russian #12121D

Tints of Black Russian #12121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 44.62%

R = 27.69%
G = 27.69%
B = 44.62%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12121D (or 0x12121D) is known color: Black Russian. HEX triplet: 12, 12 and 1D. RGB value is (18,18,29). Sum of RGB (Red+Green+Blue) = 18+18+29=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #12121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12121D is #EDEDE2. Grayscale: #131313. Windows color (decimal): -15592931 or 1905170. OLE color: 1905170.

HSL color Cylindrical-coordinate representation of color #12121D: hue angle of 240º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12121D is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 18 29 -
CMYK 0.38 0.38 0 0.89
HSL 240º 0.23% 0.09% -
HSV(B) 240º 0.38% 0.11% -
XYZ 0.69 0.65 1.25 -
YUV 19.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 18 18 29 0.38 0.38 0 0.89 240 0.23 0.09
Hex 12 12 1D 26 26 0 59 F0 17 9
Octal 22 22 35 46 46 0 131 360 27 11
Binary 10010 10010 11101 100110 100110 0 1011001 11110000 10111 1001

Color Harmonies of #12121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12121D

Black with #12121D

Text Example


Text Example

White with #12121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12121D; }

 p { color: rgb(18,18,29); }

 H1.HeaderClassName
 {
   color: #12121D;
 }
 .AnyTagClassName
 {
   color: #12121D;
 }
</style>

background-color css

<style>
 a { background-color: #12121D; }

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

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

border-color css

<style>
 span { border-color: #12121D; }

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

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