Html Css Color HEX #12141A Black Russian

📋 copy color: '#12141A'

red 18 ◦ green 20 ◦ blue 26

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

Shades of Black Russian #12141A

Tints of Black Russian #12141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

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

R = 28.13%
G = 31.25%
B = 40.63%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12141A (or 0x12141A) is known color: Black Russian. HEX triplet: 12, 14 and 1A. RGB value is (18,20,26). Sum of RGB (Red+Green+Blue) = 18+20+26=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #12141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141A is #EDEBE5. Grayscale: #141414. Windows color (decimal): -15592422 or 1709074. OLE color: 1709074.

HSL color Cylindrical-coordinate representation of color #12141A: hue angle of 225º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12141A is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 20 26 -
CMYK 0.31 0.23 0 0.90
HSL 225º 0.18% 0.09% -
HSV(B) 225º 0.31% 0.1% -
XYZ 0.69 0.7 1.08 -
YUV 20.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 18 20 26 0.31 0.23 0 0.90 225 0.18 0.09
Hex 12 14 1A 1F 17 0 5A E1 12 9
Octal 22 24 32 37 27 0 132 341 22 11
Binary 10010 10100 11010 11111 10111 0 1011010 11100001 10010 1001

Color Harmonies of #12141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12141A

Black with #12141A

Text Example


Text Example

White with #12141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12141A; }

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

 H1.HeaderClassName
 {
   color: #12141A;
 }
 .AnyTagClassName
 {
   color: #12141A;
 }
</style>

background-color css

<style>
 a { background-color: #12141A; }

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

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

border-color css

<style>
 span { border-color: #12141A; }

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

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