#232430

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

Shades of Black Russian #232430

Tints of Black Russian #232430

Color information

#232430 (or 0x232430) is unknown color: approx Black Russian. HEX triplet: 23, 24 and 30. RGB value is (35,36,48). Sum of RGB (Red+Green+Blue) = 35+36+48=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #232430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232430 is #DCDBCF. Grayscale: #252525. Windows color (decimal): -14474192 or 3154979. OLE color: 3154979.

HSL color Cylindrical-coordinate representation of color #232430: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #232430 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB353648-
CMYK0.270.2500.81
HSL235.38º15.66%16.27%-
HSV(B)235.38º27.08%18.82%-
XYZ1.861.833.05-
YUV37.07134.17126.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.41%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=29.41%
G=30.25%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3536480.270.2500.81235.3815.6616.27
Hex2324301B19051eb1010
Octal434460333101213532020
Binary100011100100110000110111100101010001111010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232430; }

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

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

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

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

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

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

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

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