#33343D

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

Shades of Black Rock #33343D

Tints of Black Rock #33343D

Color information

#33343D (or 0x33343D) is unknown color: approx Black Rock. HEX triplet: 33, 34 and 3D. RGB value is (51,52,61). Sum of RGB (Red+Green+Blue) = 51+52+61=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #33343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33343D is #CCCBC2. Grayscale: #343434. Windows color (decimal): -13421507 or 4011059. OLE color: 4011059.

HSL color Cylindrical-coordinate representation of color #33343D: hue angle of 234º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #33343D is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB515261-
CMYK0.160.1500.76
HSL234º8.93%21.96%-
HSV(B)234º16.39%23.92%-
XYZ3.443.54.91-
YUV52.73132.67126.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=31.10%
G=31.71%
B=37.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5152610.160.1500.762348.9321.96
Hex33343D10F04Cea916
Octal636475201701143521126
Binary1100111101001111011000011110100110011101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33343D; }

 p { color: rgb(51,52,61); }

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

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

 a { background-color: rgb(51,52,61); }

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

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

 span { border-color: rgb(51,52,61); }

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