#242530

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

Shades of Black Russian #242530

Tints of Black Russian #242530

Color information

#242530 (or 0x242530) is unknown color: approx Black Russian. HEX triplet: 24, 25 and 30. RGB value is (36,37,48). Sum of RGB (Red+Green+Blue) = 36+37+48=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 37 (14.84% from 255 or 30.58% 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 #242530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242530 is #DBDACF. Grayscale: #252525. Windows color (decimal): -14408400 or 3155236. OLE color: 3155236.

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

Color convert

RGB363748-
CMYK0.250.2300.81
HSL235º14.29%16.47%-
HSV(B)235º25%18.82%-
XYZ1.921.913.06-
YUV37.96133.67126.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=29.75%
G=30.58%
B=39.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3637480.250.2300.8123514.2916.47
Hex2425301917051ebe10
Octal444560312701213531620
Binary10010010010111000011001101110101000111101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242530; }

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

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

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

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

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

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

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

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