#23242A

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

Shades of Black Russian #23242A

Tints of Black Russian #23242A

Color information

#23242A (or 0x23242A) is unknown color: approx Black Russian. HEX triplet: 23, 24 and 2A. RGB value is (35,36,42). Sum of RGB (Red+Green+Blue) = 35+36+42=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #23242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23242A is #DCDBD5. Grayscale: #242424. Windows color (decimal): -14474198 or 2761763. OLE color: 2761763.

HSL color Cylindrical-coordinate representation of color #23242A: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23242A is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB353642-
CMYK0.170.1400.84
HSL231.43º9.09%15.1%-
HSV(B)231.43º16.67%16.47%-
XYZ1.741.792.44-
YUV36.38131.17127.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=30.97%
G=31.86%
B=37.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3536420.170.1400.84231.439.0915.1
Hex23242A11E054e79f
Octal434452211601243471117
Binary100011100100101010100011110010101001110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23242A; }

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

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

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

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

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

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

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

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