#303240

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

Shades of Black Rock #303240

Tints of Black Rock #303240

Color information

#303240 (or 0x303240) is unknown color: approx Black Rock. HEX triplet: 30, 32 and 40. RGB value is (48,50,64). Sum of RGB (Red+Green+Blue) = 48+50+64=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #303240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303240 is #CFCDBF. Grayscale: #323232. Windows color (decimal): -13618624 or 4207152. OLE color: 4207152.

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

Color convert

RGB485064-
CMYK0.250.2200.75
HSL232.5º14.29%21.96%-
HSV(B)232.5º25%25.1%-
XYZ3.283.285.31-
YUV51135.34125.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=29.63%
G=30.86%
B=39.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4850640.250.2200.75232.514.2921.96
Hex303240191604Be8e16
Octal6062100312601133501626
Binary110000110010100000011001101100100101111101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303240; }

 p { color: rgb(48,50,64); }

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

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

 a { background-color: rgb(48,50,64); }

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

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

 span { border-color: rgb(48,50,64); }

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