Html Css Color HEX #15141E Black Russian

📋 copy color: '#15141E'

red 21 ◦ green 20 ◦ blue 30

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

Shades of Black Russian #15141E

Tints of Black Russian #15141E

RGB

 RED value IS 21 (8.59% from 255) = 29.58%

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

 BLUE value IS 30 (12.11% from 255) = 42.25%

R = 29.58%
G = 28.17%
B = 42.25%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15141E (or 0x15141E) is known color: Black Russian. HEX triplet: 15, 14 and 1E. RGB value is (21,20,30). Sum of RGB (Red+Green+Blue) = 21+20+30=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #15141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141E is #EAEBE1. Grayscale: #151515. Windows color (decimal): -15395810 or 1971221. OLE color: 1971221.

HSL color Cylindrical-coordinate representation of color #15141E: hue angle of 246º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #15141E is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 20 30 -
CMYK 0.30 0.33 0 0.88
HSL 246º 0.2% 0.1% -
HSV(B) 246º 0.33% 0.12% -
XYZ 0.79 0.75 1.33 -
YUV 21.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 21 20 30 0.30 0.33 0 0.88 246 0.2 0.1
Hex 15 14 1E 1E 21 0 58 F6 14 A
Octal 25 24 36 36 41 0 130 366 24 12
Binary 10101 10100 11110 11110 100001 0 1011000 11110110 10100 1010

Color Harmonies of #15141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15141E

Black with #15141E

Text Example


Text Example

White with #15141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15141E; }

 p { color: rgb(21,20,30); }

 H1.HeaderClassName
 {
   color: #15141E;
 }
 .AnyTagClassName
 {
   color: #15141E;
 }
</style>

background-color css

<style>
 a { background-color: #15141E; }

 a { background-color: rgb(21,20,30); }

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

border-color css

<style>
 span { border-color: #15141E; }

 span { border-color: rgb(21,20,30); }

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