#05131A

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

Shades of Black Pearl #05131A

Tints of Black Pearl #05131A

Color information

#05131A (or 0x05131A) is unknown color: approx Black Pearl. HEX triplet: 05, 13 and 1A. RGB value is (5,19,26). Sum of RGB (Red+Green+Blue) = 5+19+26=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #05131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05131A is #FAECE5. Grayscale: #0F0F0F. Windows color (decimal): -16444646 or 1708805. OLE color: 1708805.

HSL color Cylindrical-coordinate representation of color #05131A: hue angle of 200º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05131A is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB51926-
CMYK0.810.2700.90
HSL200º67.74%6.08%-
HSV(B)200º80.77%10.2%-
XYZ0.480.571.06-
YUV15.61133.86120.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 26 (10.55% from 255) = 52%
R=10%
G=38%
B=52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal519260.810.2700.9020067.746.08
Hex5131A511B05Ac8446
Octal523321213301323101046
Binary101100111101010100011101101011010110010001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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