Html Css Color HEX #15142D Black Russian

📋 copy color: '#15142D'

red 21 ◦ green 20 ◦ blue 45

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

Shades of Black Russian #15142D

Tints of Black Russian #15142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 52.33%

R = 24.42%
G = 23.26%
B = 52.33%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15142D (or 0x15142D) is known color: Black Russian. HEX triplet: 15, 14 and 2D. RGB value is (21,20,45). Sum of RGB (Red+Green+Blue) = 21+20+45=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #15142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15142D is #EAEBD2. Grayscale: #171717. Windows color (decimal): -15395795 or 2954261. OLE color: 2954261.

HSL color Cylindrical-coordinate representation of color #15142D: hue angle of 242.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15142D is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 20 45 -
CMYK 0.53 0.56 0 0.82
HSL 242.4º 0.38% 0.13% -
HSV(B) 242.4º 0.56% 0.18% -
XYZ 1.03 0.85 2.59 -
YUV 23.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 21 20 45 0.53 0.56 0 0.82 242.4 0.38 0.13
Hex 15 14 2D 35 38 0 52 F2 26 D
Octal 25 24 55 65 70 0 122 362 46 15
Binary 10101 10100 101101 110101 111000 0 1010010 11110010 100110 1101

Color Harmonies of #15142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15142D

Black with #15142D

Text Example


Text Example

White with #15142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15142D; }

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

 H1.HeaderClassName
 {
   color: #15142D;
 }
 .AnyTagClassName
 {
   color: #15142D;
 }
</style>

background-color css

<style>
 a { background-color: #15142D; }

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

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

border-color css

<style>
 span { border-color: #15142D; }

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

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