#30362A

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

Shades of Black Forest #30362A

Tints of Black Forest #30362A

Color information

#30362A (or 0x30362A) is unknown color: approx Black Forest. HEX triplet: 30, 36 and 2A. RGB value is (48,54,42). Sum of RGB (Red+Green+Blue) = 48+54+42=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 54 - color contains mainly: green. Hex color #30362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30362A is #CFC9D5. Grayscale: #323232. Windows color (decimal): -13617622 or 2766384. OLE color: 2766384.

HSL color Cylindrical-coordinate representation of color #30362A: hue angle of 90º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #30362A is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB485442-
CMYK0.1100.220.79
HSL90º12.5%18.82%-
HSV(B)90º22.22%21.18%-
XYZ2.963.432.7-
YUV50.84123.01125.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=33.33%
G=37.5%
B=29.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4854420.1100.220.799012.518.82
Hex30362AB0164F5ac13
Octal606652130261171321423
Binary110000110110101010101101011010011111011010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30362A; }

 p { color: rgb(48,54,42); }

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

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

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

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

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

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

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