#333540

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

Shades of Black Rock #333540

Tints of Black Rock #333540

Color information

#333540 (or 0x333540) is unknown color: approx Black Rock. HEX triplet: 33, 35 and 40. RGB value is (51,53,64). Sum of RGB (Red+Green+Blue) = 51+53+64=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #333540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333540 is #CCCABF. Grayscale: #353535. Windows color (decimal): -13421248 or 4207923. OLE color: 4207923.

HSL color Cylindrical-coordinate representation of color #333540: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333540 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB515364-
CMYK0.200.1700.75
HSL230.77º11.3%22.55%-
HSV(B)230.77º20.31%25.1%-
XYZ3.563.625.36-
YUV53.66133.84126.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=30.36%
G=31.55%
B=38.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5153640.200.1700.75230.7711.322.55
Hex333540141104Be7b17
Octal6365100242101133471327
Binary110011110101100000010100100010100101111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333540; }

 p { color: rgb(51,53,64); }

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

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

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

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

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

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

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