#34353B

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

Shades of Black Rock #34353B

Tints of Black Rock #34353B

Color information

#34353B (or 0x34353B) is unknown color: approx Black Rock. HEX triplet: 34, 35 and 3B. RGB value is (52,53,59). Sum of RGB (Red+Green+Blue) = 52+53+59=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 59 - color contains mainly: blue. Hex color #34353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34353B is #CBCAC4. Grayscale: #353535. Windows color (decimal): -13355717 or 3880244. OLE color: 3880244.

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

Color convert

RGB525359-
CMYK0.120.1000.77
HSL231.43º6.31%21.76%-
HSV(B)231.43º11.86%23.14%-
XYZ3.483.594.65-
YUV53.38131.17127.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=31.71%
G=32.32%
B=35.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5253590.120.1000.77231.436.3121.76
Hex34353BCA04De7616
Octal64657314120115347626
Binary11010011010111101111001010010011011110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34353B; }

 p { color: rgb(52,53,59); }

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

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

 a { background-color: rgb(52,53,59); }

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

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

 span { border-color: rgb(52,53,59); }

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