#33333A

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

Shades of Black Rock #33333A

Tints of Black Rock #33333A

Color information

#33333A (or 0x33333A) is unknown color: approx Black Rock. HEX triplet: 33, 33 and 3A. RGB value is (51,51,58). Sum of RGB (Red+Green+Blue) = 51+51+58=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 58 - color contains mainly: blue. Hex color #33333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33333A is #CCCCC5. Grayscale: #333333. Windows color (decimal): -13421766 or 3814195. OLE color: 3814195.

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

Color convert

RGB515158-
CMYK0.120.1200.77
HSL240º6.42%21.37%-
HSV(B)240º12.07%22.75%-
XYZ3.313.384.48-
YUV51.8131.5127.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=31.88%
G=31.88%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5151580.120.1200.772406.4221.37
Hex33333ACC04Df0615
Octal63637214140115360625
Binary11001111001111101011001100010011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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