Html Css Color HEX #12131C Black Russian

📋 copy color: '#12131C'

red 18 ◦ green 19 ◦ blue 28

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

Shades of Black Russian #12131C

Tints of Black Russian #12131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.23%

 BLUE value IS 28 (11.33% from 255) = 43.08%

R = 27.69%
G = 29.23%
B = 43.08%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12131C (or 0x12131C) is known color: Black Russian. HEX triplet: 12, 13 and 1C. RGB value is (18,19,28). Sum of RGB (Red+Green+Blue) = 18+19+28=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #12131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131C is #EDECE3. Grayscale: #131313. Windows color (decimal): -15592676 or 1839890. OLE color: 1839890.

HSL color Cylindrical-coordinate representation of color #12131C: hue angle of 234º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12131C is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 19 28 -
CMYK 0.36 0.32 0 0.89
HSL 234º 0.22% 0.09% -
HSV(B) 234º 0.36% 0.11% -
XYZ 0.69 0.68 1.19 -
YUV 19.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 18 19 28 0.36 0.32 0 0.89 234 0.22 0.09
Hex 12 13 1C 24 20 0 59 EA 16 9
Octal 22 23 34 44 40 0 131 352 26 11
Binary 10010 10011 11100 100100 100000 0 1011001 11101010 10110 1001

Color Harmonies of #12131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12131C

Black with #12131C

Text Example


Text Example

White with #12131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12131C; }

 p { color: rgb(18,19,28); }

 H1.HeaderClassName
 {
   color: #12131C;
 }
 .AnyTagClassName
 {
   color: #12131C;
 }
</style>

background-color css

<style>
 a { background-color: #12131C; }

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

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

border-color css

<style>
 span { border-color: #12131C; }

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

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