#15222E

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

Shades of Black Pearl #15222E

Tints of Black Pearl #15222E

Color information

#15222E (or 0x15222E) is unknown color: approx Black Pearl. HEX triplet: 15, 22 and 2E. RGB value is (21,34,46). Sum of RGB (Red+Green+Blue) = 21+34+46=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #15222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15222E is #EADDD1. Grayscale: #1F1F1F. Windows color (decimal): -15392210 or 3023381. OLE color: 3023381.

HSL color Cylindrical-coordinate representation of color #15222E: hue angle of 208.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15222E is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213446-
CMYK0.540.2600.82
HSL208.8º37.31%13.14%-
HSV(B)208.8º54.35%18.04%-
XYZ1.371.52.8-
YUV31.48136.19120.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=20.79%
G=33.66%
B=45.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2134460.540.2600.82208.837.3113.14
Hex15222E361A052d125d
Octal254256663201223214515
Binary101011000101011101101101101001010010110100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15222E; }

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

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

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

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

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

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

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

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