#23262F

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

Shades of Black Russian #23262F

Tints of Black Russian #23262F

Color information

#23262F (or 0x23262F) is unknown color: approx Black Russian. HEX triplet: 23, 26 and 2F. RGB value is (35,38,47). Sum of RGB (Red+Green+Blue) = 35+38+47=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #23262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23262F is #DCD9D0. Grayscale: #262626. Windows color (decimal): -14473681 or 3089955. OLE color: 3089955.

HSL color Cylindrical-coordinate representation of color #23262F: hue angle of 225º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #23262F is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB353847-
CMYK0.260.1900.82
HSL225º14.63%16.08%-
HSV(B)225º25.53%18.43%-
XYZ1.91.952.97-
YUV38.13133.01125.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=29.17%
G=31.67%
B=39.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3538470.260.1900.8222514.6316.08
Hex23262F1A13052e1f10
Octal434657322301223411720
Binary10001110011010111111010100110101001011100001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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