#13222D

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

Shades of Black Pearl #13222D

Tints of Black Pearl #13222D

Color information

#13222D (or 0x13222D) is unknown color: approx Black Pearl. HEX triplet: 13, 22 and 2D. RGB value is (19,34,45). Sum of RGB (Red+Green+Blue) = 19+34+45=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #13222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13222D is #ECDDD2. Grayscale: #1E1E1E. Windows color (decimal): -15523283 or 2957843. OLE color: 2957843.

HSL color Cylindrical-coordinate representation of color #13222D: hue angle of 205.38º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13222D is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193445-
CMYK0.580.2400.82
HSL205.38º40.62%12.55%-
HSV(B)205.38º57.78%17.65%-
XYZ1.311.472.7-
YUV30.77136.03119.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 45 (17.97% from 255) = 45.92%
R=19.39%
G=34.69%
B=45.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1934450.580.2400.82205.3840.6212.55
Hex13222D3A18052cd29d
Octal234255723001223155115
Binary100111000101011011110101100001010010110011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13222D; }

 p { color: rgb(19,34,45); }

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

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

 a { background-color: rgb(19,34,45); }

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

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

 span { border-color: rgb(19,34,45); }

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