Html Css Color HEX #15132C Black Russian

📋 copy color: '#15132C'

red 21 ◦ green 19 ◦ blue 44

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

Shades of Black Russian #15132C

Tints of Black Russian #15132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

 BLUE value IS 44 (17.58% from 255) = 52.38%

R = 25%
G = 22.62%
B = 52.38%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15132C (or 0x15132C) is known color: Black Russian. HEX triplet: 15, 13 and 2C. RGB value is (21,19,44). Sum of RGB (Red+Green+Blue) = 21+19+44=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #15132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15132C is #EAECD3. Grayscale: #161616. Windows color (decimal): -15396052 or 2888469. OLE color: 2888469.

HSL color Cylindrical-coordinate representation of color #15132C: hue angle of 244.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15132C is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 19 44 -
CMYK 0.52 0.57 0 0.83
HSL 244.8º 0.4% 0.12% -
HSV(B) 244.8º 0.57% 0.17% -
XYZ 1 0.81 2.49 -
YUV 22.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 21 19 44 0.52 0.57 0 0.83 244.8 0.4 0.12
Hex 15 13 2C 34 39 0 53 F5 28 C
Octal 25 23 54 64 71 0 123 365 50 14
Binary 10101 10011 101100 110100 111001 0 1010011 11110101 101000 1100

Color Harmonies of #15132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15132C

Black with #15132C

Text Example


Text Example

White with #15132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15132C; }

 p { color: rgb(21,19,44); }

 H1.HeaderClassName
 {
   color: #15132C;
 }
 .AnyTagClassName
 {
   color: #15132C;
 }
</style>

background-color css

<style>
 a { background-color: #15132C; }

 a { background-color: rgb(21,19,44); }

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

border-color css

<style>
 span { border-color: #15132C; }

 span { border-color: rgb(21,19,44); }

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