#05262C

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

Shades of Black Pearl #05262C

Tints of Black Pearl #05262C

Color information

#05262C (or 0x05262C) is unknown color: approx Black Pearl. HEX triplet: 05, 26 and 2C. RGB value is (5,38,44). Sum of RGB (Red+Green+Blue) = 5+38+44=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #05262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05262C is #FAD9D3. Grayscale: #1C1C1C. Windows color (decimal): -16439764 or 2893317. OLE color: 2893317.

HSL color Cylindrical-coordinate representation of color #05262C: hue angle of 189.23º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05262C is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53844-
CMYK0.890.1400.83
HSL189.23º79.59%9.61%-
HSV(B)189.23º88.64%17.25%-
XYZ1.211.62.63-
YUV28.82136.57111.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=5.75%
G=43.68%
B=50.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal538440.890.1400.83189.2379.599.61
Hex5262C59E053bd50a
Octal5465413116012327512012
Binary10110011010110010110011110010100111011110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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