Html Css Color HEX #151326 Black Russian

📋 copy color: '#151326'

red 21 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #151326

Tints of Black Russian #151326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 48.72%

R = 26.92%
G = 24.36%
B = 48.72%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#151326 (or 0x151326) is known color: Black Russian. HEX triplet: 15, 13 and 26. RGB value is (21,19,38). Sum of RGB (Red+Green+Blue) = 21+19+38=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #151326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151326 is #EAECD9. Grayscale: #151515. Windows color (decimal): -15396058 or 2495253. OLE color: 2495253.

HSL color Cylindrical-coordinate representation of color #151326: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #151326 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 19 38 -
CMYK 0.45 0.50 0 0.85
HSL 246.32º 0.33% 0.11% -
HSV(B) 246.32º 0.5% 0.15% -
XYZ 0.89 0.77 1.93 -
YUV 21.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 21 19 38 0.45 0.50 0 0.85 246.32 0.33 0.11
Hex 15 13 26 2D 32 0 55 F6 21 B
Octal 25 23 46 55 62 0 125 366 41 13
Binary 10101 10011 100110 101101 110010 0 1010101 11110110 100001 1011

Color Harmonies of #151326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151326

Black with #151326

Text Example


Text Example

White with #151326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151326; }

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

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

background-color css

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

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

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

border-color css

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

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

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