#232532

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

Shades of Black Russian #232532

Tints of Black Russian #232532

Color information

#232532 (or 0x232532) is unknown color: approx Black Russian. HEX triplet: 23, 25 and 32. RGB value is (35,37,50). Sum of RGB (Red+Green+Blue) = 35+37+50=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #232532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232532 is #DCDACD. Grayscale: #252525. Windows color (decimal): -14473934 or 3286307. OLE color: 3286307.

HSL color Cylindrical-coordinate representation of color #232532: hue angle of 232º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232532 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB353750-
CMYK0.300.2600.80
HSL232º17.65%16.67%-
HSV(B)232º30%19.61%-
XYZ1.931.913.28-
YUV37.88134.84125.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.69%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=28.69%
G=30.33%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3537500.300.2600.8023217.6516.67
Hex2325321E1A050e81211
Octal434562363201203502221
Binary100011100101110010111101101001010000111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232532; }

 p { color: rgb(35,37,50); }

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

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

 a { background-color: rgb(35,37,50); }

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

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

 span { border-color: rgb(35,37,50); }

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