#302222

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

Shades of Nero #302222

Tints of Nero #302222

Color information

#302222 (or 0x302222) is unknown color: approx Nero. HEX triplet: 30, 22 and 22. RGB value is (48,34,34). Sum of RGB (Red+Green+Blue) = 48+34+34=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302222 is #CFDDDD. Grayscale: #262626. Windows color (decimal): -13622750 or 2236976. OLE color: 2236976.

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

Color convert

RGB483434-
CMYK00.290.290.81
HSL17.07%16.08%-
HSV(B)29.17%18.82%-
XYZ2.081.891.77-
YUV38.19125.64135-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 34 (13.67% from 255) = 29.31%
R=41.38%
G=29.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48343400.290.290.81017.0716.08
Hex30222201D1D5101110
Octal6042420353512102120
Binary11000010001010001001110111101101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302222; }

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

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

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

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

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

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

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

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