#323430

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

Shades of Black Forest #323430

Tints of Black Forest #323430

Color information

#323430 (or 0x323430) is unknown color: approx Black Forest. HEX triplet: 32, 34 and 30. RGB value is (50,52,48). Sum of RGB (Red+Green+Blue) = 50+52+48=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 52 - color contains mainly: green. Hex color #323430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323430 is #CDCBCF. Grayscale: #323232. Windows color (decimal): -13487056 or 3159090. OLE color: 3159090.

HSL color Cylindrical-coordinate representation of color #323430: hue angle of 90º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #323430 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB505248-
CMYK0.0400.080.80
HSL90º4%19.61%-
HSV(B)90º7.69%20.39%-
XYZ3.083.353.28-
YUV50.95126.34127.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 48 (19.14% from 255) = 32%
R=33.33%
G=34.67%
B=32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052480.0400.080.8090419.61
Hex323430408505a414
Octal6264604010120132424
Binary110010110100110000100010001010000101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323430; }

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

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

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

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

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

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

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

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