#152152

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

Shades of Lucky Point #152152

Tints of Lucky Point #152152

Color information

#152152 (or 0x152152) is unknown color: approx Lucky Point. HEX triplet: 15, 21 and 52. RGB value is (21,33,82). Sum of RGB (Red+Green+Blue) = 21+33+82=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #152152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152152 is #EADEAD. Grayscale: #222222. Windows color (decimal): -15392430 or 5382421. OLE color: 5382421.

HSL color Cylindrical-coordinate representation of color #152152: hue angle of 228.2º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152152 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB213382-
CMYK0.740.6000.68
HSL228.2º59.22%20.2%-
HSV(B)228.2º74.39%32.16%-
XYZ2.381.868.22-
YUV35154.52118.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 82 (32.42% from 255) = 60.29%
R=15.44%
G=24.26%
B=60.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2133820.740.6000.68228.259.2220.2
Hex1521524A3C044e43b14
Octal25411221127401043447324
Binary1010110000110100101001010111100010001001110010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152152; }

 p { color: rgb(21,33,82); }

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

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

 a { background-color: rgb(21,33,82); }

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

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

 span { border-color: rgb(21,33,82); }

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