#232630

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

Shades of Black Russian #232630

Tints of Black Russian #232630

Color information

#232630 (or 0x232630) is unknown color: approx Black Russian. HEX triplet: 23, 26 and 30. RGB value is (35,38,48). Sum of RGB (Red+Green+Blue) = 35+38+48=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #232630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232630 is #DCD9CF. Grayscale: #262626. Windows color (decimal): -14473680 or 3155491. OLE color: 3155491.

HSL color Cylindrical-coordinate representation of color #232630: hue angle of 226.15º 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 #232630 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB353848-
CMYK0.270.2100.81
HSL226.15º15.66%16.27%-
HSV(B)226.15º27.08%18.82%-
XYZ1.921.963.07-
YUV38.24133.51125.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=28.93%
G=31.40%
B=39.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3538480.270.2100.81226.1515.6616.27
Hex2326301B15051e21010
Octal434660332501213422020
Binary100011100110110000110111010101010001111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232630; }

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

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

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

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

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

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

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

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