#333A2D

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

Shades of Black Forest #333A2D

Tints of Black Forest #333A2D

Color information

#333A2D (or 0x333A2D) is unknown color: approx Black Forest. HEX triplet: 33, 3A and 2D. RGB value is (51,58,45). Sum of RGB (Red+Green+Blue) = 51+58+45=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #333A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A2D is #CCC5D2. Grayscale: #363636. Windows color (decimal): -13419987 or 2964019. OLE color: 2964019.

HSL color Cylindrical-coordinate representation of color #333A2D: hue angle of 92.31º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333A2D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB515845-
CMYK0.1200.220.77
HSL92.31º12.62%20.2%-
HSV(B)92.31º22.41%22.75%-
XYZ3.353.923.06-
YUV54.42122.68125.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=33.12%
G=37.66%
B=29.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5158450.1200.220.7792.3112.6220.2
Hex333A2DC0164D5cd14
Octal637255140261151341524
Binary110011111010101101110001011010011011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333A2D; }

 p { color: rgb(51,58,45); }

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

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

 a { background-color: rgb(51,58,45); }

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

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

 span { border-color: rgb(51,58,45); }

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