#262832

Color #262832 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #262832

Tints of Black Russian #262832

Color information

#262832 (or 0x262832) is unknown color: approx Black Russian. HEX triplet: 26, 28 and 32. RGB value is (38,40,50). Sum of RGB (Red+Green+Blue) = 38+40+50=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #262832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262832 is #D9D7CD. Grayscale: #282828. Windows color (decimal): -14276558 or 3287078. OLE color: 3287078.

HSL color Cylindrical-coordinate representation of color #262832: hue angle of 230º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #262832 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB384050-
CMYK0.240.2000.80
HSL230º13.64%17.25%-
HSV(B)230º24%19.61%-
XYZ2.132.163.32-
YUV40.54133.34126.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.69%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=29.69%
G=31.25%
B=39.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3840500.240.2000.8023013.6417.25
Hex2628321814050e6e11
Octal465062302401203461621
Binary10011010100011001011000101000101000011100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262832; }

 p { color: rgb(38,40,50); }

 H1.HeaderClassName
 {
   color: #262832;
 }
 .AnyTagClassName
 {
   color: #262832;
 }
</style>
background-color css

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

 a { background-color: rgb(38,40,50); }

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

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

 span { border-color: rgb(38,40,50); }

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