#232534

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

Shades of Black Russian #232534

Tints of Black Russian #232534

Color information

#232534 (or 0x232534) is unknown color: approx Black Russian. HEX triplet: 23, 25 and 34. RGB value is (35,37,52). Sum of RGB (Red+Green+Blue) = 35+37+52=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #232534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232534 is #DCDACB. Grayscale: #262626. Windows color (decimal): -14473932 or 3417379. OLE color: 3417379.

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

Color convert

RGB353752-
CMYK0.330.2900.80
HSL232.94º19.54%17.06%-
HSV(B)232.94º32.69%20.39%-
XYZ1.971.933.52-
YUV38.11135.84125.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=28.23%
G=29.84%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3537520.330.2900.80232.9419.5417.06
Hex232534211D050e91411
Octal434564413501203512421
Binary1000111001011101001000011110101010000111010011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232534; }

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

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

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

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

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

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

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

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