#333338

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

Shades of Black Rock #333338

Tints of Black Rock #333338

Color information

#333338 (or 0x333338) is unknown color: approx Black Rock. HEX triplet: 33, 33 and 38. RGB value is (51,51,56). Sum of RGB (Red+Green+Blue) = 51+51+56=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #333338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333338 is #CCCCC7. Grayscale: #333333. Windows color (decimal): -13421768 or 3683123. OLE color: 3683123.

HSL color Cylindrical-coordinate representation of color #333338: hue angle of 240º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #333338 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB515156-
CMYK0.090.0900.78
HSL240º4.67%20.98%-
HSV(B)240º8.93%21.96%-
XYZ3.263.364.22-
YUV51.57130.5127.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=32.28%
G=32.28%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5151560.090.0900.782404.6720.98
Hex3333389904Ef0515
Octal63637011110116360525
Binary11001111001111100010011001010011101111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333338; }

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

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

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

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

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

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

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

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