#23262C

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

Shades of Black Russian #23262C

Tints of Black Russian #23262C

Color information

#23262C (or 0x23262C) is unknown color: approx Black Russian. HEX triplet: 23, 26 and 2C. RGB value is (35,38,44). Sum of RGB (Red+Green+Blue) = 35+38+44=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #23262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23262C is #DCD9D3. Grayscale: #252525. Windows color (decimal): -14473684 or 2893347. OLE color: 2893347.

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

Color convert

RGB353844-
CMYK0.200.1400.83
HSL220º11.39%15.49%-
HSV(B)220º20.45%17.25%-
XYZ1.841.932.66-
YUV37.79131.51126.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.91%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=29.91%
G=32.48%
B=37.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3538440.200.1400.8322011.3915.49
Hex23262C14E053dcbf
Octal434654241601233341317
Binary100011100110101100101001110010100111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23262C; }

 p { color: rgb(35,38,44); }

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

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

 a { background-color: rgb(35,38,44); }

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

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

 span { border-color: rgb(35,38,44); }

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