#05131C

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

Shades of Black Pearl #05131C

Tints of Black Pearl #05131C

Color information

#05131C (or 0x05131C) is unknown color: approx Black Pearl. HEX triplet: 05, 13 and 1C. RGB value is (5,19,28). Sum of RGB (Red+Green+Blue) = 5+19+28=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #05131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131C is #FAECE3. Grayscale: #0F0F0F. Windows color (decimal): -16444644 or 1839877. OLE color: 1839877.

HSL color Cylindrical-coordinate representation of color #05131C: hue angle of 203.48º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05131C is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51928-
CMYK0.820.3200.89
HSL203.48º69.7%6.47%-
HSV(B)203.48º82.14%10.98%-
XYZ0.510.581.18-
YUV15.84134.86120.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 28 (11.33% from 255) = 53.85%
R=9.62%
G=36.54%
B=53.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal519280.820.3200.89203.4869.76.47
Hex5131C5220059cb466
Octal523341224001313131066
Binary1011001111100101001010000001011001110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05131C; }

 p { color: rgb(5,19,28); }

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

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

 a { background-color: rgb(5,19,28); }

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

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

 span { border-color: rgb(5,19,28); }

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