#152A30

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

Shades of Black Pearl #152A30

Tints of Black Pearl #152A30

Color information

#152A30 (or 0x152A30) is unknown color: approx Black Pearl. HEX triplet: 15, 2A and 30. RGB value is (21,42,48). Sum of RGB (Red+Green+Blue) = 21+42+48=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #152A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A30 is #EAD5CF. Grayscale: #242424. Windows color (decimal): -15390160 or 3156501. OLE color: 3156501.

HSL color Cylindrical-coordinate representation of color #152A30: hue angle of 193.33º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #152A30 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214248-
CMYK0.560.1300.81
HSL193.33º39.13%13.53%-
HSV(B)193.33º56.25%18.82%-
XYZ1.672.033.1-
YUV36.4134.54117.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=18.92%
G=37.84%
B=43.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2142480.560.1300.81193.3339.1313.53
Hex152A3038D051c127e
Octal255260701501213014716
Binary10101101010110000111000110101010001110000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A30; }

 p { color: rgb(21,42,48); }

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

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

 a { background-color: rgb(21,42,48); }

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

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

 span { border-color: rgb(21,42,48); }

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