#302525

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

Shades of Nero #302525

Tints of Nero #302525

Color information

#302525 (or 0x302525) is unknown color: approx Nero. HEX triplet: 30, 25 and 25. RGB value is (48,37,37). Sum of RGB (Red+Green+Blue) = 48+37+37=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302525 is #CFDADA. Grayscale: #282828. Windows color (decimal): -13621979 or 2434352. OLE color: 2434352.

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

Color convert

RGB483737-
CMYK00.230.230.81
HSL12.94%16.67%-
HSV(B)22.92%18.82%-
XYZ2.212.092.04-
YUV40.29126.14133.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=39.34%
G=30.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48373700.230.230.81012.9416.67
Hex30252501717510d11
Octal6045450272712101521
Binary1100001001011001010101111011110100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302525; }

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

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

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

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

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

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

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

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