#33334B

Color #33334B Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #33334B

Tints of Lucky Point #33334B

Color information

#33334B (or 0x33334B) is unknown color: approx Lucky Point. HEX triplet: 33, 33 and 4B. RGB value is (51,51,75). Sum of RGB (Red+Green+Blue) = 51+51+75=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #33334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33334B is #CCCCB4. Grayscale: #353535. Windows color (decimal): -13421749 or 4928307. OLE color: 4928307.

HSL color Cylindrical-coordinate representation of color #33334B: hue angle of 240º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33334B is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515175-
CMYK0.320.3200.71
HSL240º19.05%24.71%-
HSV(B)240º32%29.41%-
XYZ3.823.587.15-
YUV53.74140126.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=28.81%
G=28.81%
B=42.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5151750.320.3200.7124019.0524.71
Hex33334B2020047f01319
Octal6363113404001073602331
Binary110011110011100101110000010000001000111111100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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