#232431

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

Shades of Black Russian #232431

Tints of Black Russian #232431

Color information

#232431 (or 0x232431) is unknown color: approx Black Russian. HEX triplet: 23, 24 and 31. RGB value is (35,36,49). Sum of RGB (Red+Green+Blue) = 35+36+49=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #232431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232431 is #DCDBCE. Grayscale: #252525. Windows color (decimal): -14474191 or 3220515. OLE color: 3220515.

HSL color Cylindrical-coordinate representation of color #232431: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232431 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB353649-
CMYK0.290.2700.81
HSL235.71º16.67%16.47%-
HSV(B)235.71º28.57%19.22%-
XYZ1.881.843.16-
YUV37.18134.67126.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=29.17%
G=30%
B=40.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3536490.290.2700.81235.7116.6716.47
Hex2324311D1B051ec1110
Octal434461353301213542120
Binary100011100100110001111011101101010001111011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232431; }

 p { color: rgb(35,36,49); }

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

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

 a { background-color: rgb(35,36,49); }

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

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

 span { border-color: rgb(35,36,49); }

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