#152226

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

Shades of Black Pearl #152226

Tints of Black Pearl #152226

Color information

#152226 (or 0x152226) is unknown color: approx Black Pearl. HEX triplet: 15, 22 and 26. RGB value is (21,34,38). Sum of RGB (Red+Green+Blue) = 21+34+38=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #152226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152226 is #EADDD9. Grayscale: #1E1E1E. Windows color (decimal): -15392218 or 2499093. OLE color: 2499093.

HSL color Cylindrical-coordinate representation of color #152226: hue angle of 194.12º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #152226 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB213438-
CMYK0.450.1100.85
HSL194.12º28.81%11.57%-
HSV(B)194.12º44.74%14.9%-
XYZ1.231.442.05-
YUV30.57132.19121.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=22.58%
G=36.56%
B=40.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2134380.450.1100.85194.1228.8111.57
Hex1522262DB055c21dc
Octal254246551301253023514
Binary1010110001010011010110110110101010111000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152226; }

 p { color: rgb(21,34,38); }

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

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

 a { background-color: rgb(21,34,38); }

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

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

 span { border-color: rgb(21,34,38); }

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