Html Css Color HEX #15141F Black Russian

📋 copy color: '#15141F'

red 21 ◦ green 20 ◦ blue 31

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

Shades of Black Russian #15141F

Tints of Black Russian #15141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 43.06%

R = 29.17%
G = 27.78%
B = 43.06%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15141F (or 0x15141F) is known color: Black Russian. HEX triplet: 15, 14 and 1F. RGB value is (21,20,31). Sum of RGB (Red+Green+Blue) = 21+20+31=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #15141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141F is #EAEBE0. Grayscale: #151515. Windows color (decimal): -15395809 or 2036757. OLE color: 2036757.

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

Color convert

RGB 21 20 31 -
CMYK 0.32 0.35 0 0.88
HSL 245.45º 0.22% 0.1% -
HSV(B) 245.45º 0.35% 0.12% -
XYZ 0.81 0.76 1.4 -
YUV 21.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 21 20 31 0.32 0.35 0 0.88 245.45 0.22 0.1
Hex 15 14 1F 20 23 0 58 F5 16 A
Octal 25 24 37 40 43 0 130 365 26 12
Binary 10101 10100 11111 100000 100011 0 1011000 11110101 10110 1010

Color Harmonies of #15141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15141F

Black with #15141F

Text Example


Text Example

White with #15141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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