#05262A

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

Shades of Black Pearl #05262A

Tints of Black Pearl #05262A

Color information

#05262A (or 0x05262A) is unknown color: approx Black Pearl. HEX triplet: 05, 26 and 2A. RGB value is (5,38,42). Sum of RGB (Red+Green+Blue) = 5+38+42=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #05262A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05262A is #FAD9D5. Grayscale: #1C1C1C. Windows color (decimal): -16439766 or 2762245. OLE color: 2762245.

HSL color Cylindrical-coordinate representation of color #05262A: hue angle of 186.49º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05262A is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB53842-
CMYK0.880.1000.84
HSL186.49º78.72%9.22%-
HSV(B)186.49º88.1%16.47%-
XYZ1.171.592.43-
YUV28.59135.57111.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 42 (16.80% from 255) = 49.41%
R=5.88%
G=44.71%
B=49.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal538420.880.1000.84186.4978.729.22
Hex5262A58A054ba4f9
Octal5465213012012427211711
Binary10110011010101010110001010010101001011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,38,42); }

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

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

 a { background-color: rgb(5,38,42); }

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

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

 span { border-color: rgb(5,38,42); }

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