Html Css Color HEX #12151A Black Russian

📋 copy color: '#12151A'

red 18 ◦ green 21 ◦ blue 26

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

Shades of Black Russian #12151A

Tints of Black Russian #12151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.31%

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

R = 27.69%
G = 32.31%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12151A (or 0x12151A) is known color: Black Russian. HEX triplet: 12, 15 and 1A. RGB value is (18,21,26). Sum of RGB (Red+Green+Blue) = 18+21+26=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #12151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151A is #EDEAE5. Grayscale: #141414. Windows color (decimal): -15592166 or 1709330. OLE color: 1709330.

HSL color Cylindrical-coordinate representation of color #12151A: hue angle of 217.5º 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 #12151A is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 21 26 -
CMYK 0.31 0.19 0 0.90
HSL 217.5º 0.18% 0.09% -
HSV(B) 217.5º 0.31% 0.1% -
XYZ 0.7 0.74 1.08 -
YUV 20.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 18 21 26 0.31 0.19 0 0.90 217.5 0.18 0.09
Hex 12 15 1A 1F 13 0 5A DA 12 9
Octal 22 25 32 37 23 0 132 332 22 11
Binary 10010 10101 11010 11111 10011 0 1011010 11011010 10010 1001

Color Harmonies of #12151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12151A

Black with #12151A

Text Example


Text Example

White with #12151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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