#23252E

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

Shades of Black Russian #23252E

Tints of Black Russian #23252E

Color information

#23252E (or 0x23252E) is unknown color: approx Black Russian. HEX triplet: 23, 25 and 2E. RGB value is (35,37,46). Sum of RGB (Red+Green+Blue) = 35+37+46=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #23252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23252E is #DCDAD1. Grayscale: #252525. Windows color (decimal): -14473938 or 3024163. OLE color: 3024163.

HSL color Cylindrical-coordinate representation of color #23252E: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #23252E is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB353746-
CMYK0.240.2000.82
HSL229.09º13.58%15.88%-
HSV(B)229.09º23.91%18.04%-
XYZ1.851.882.85-
YUV37.43132.84126.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=29.66%
G=31.36%
B=38.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3537460.240.2000.82229.0913.5815.88
Hex23252E1814052e5e10
Octal434556302401223451620
Binary10001110010110111011000101000101001011100101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23252E; }

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

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

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

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

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

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

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

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