#0D1E28

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

Shades of Black Pearl #0D1E28

Tints of Black Pearl #0D1E28

Color information

#0D1E28 (or 0x0D1E28) is unknown color: approx Black Pearl. HEX triplet: 0D, 1E and 28. RGB value is (13,30,40). Sum of RGB (Red+Green+Blue) = 13+30+40=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D1E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1E28 is #F2E1D7. Grayscale: #1A1A1A. Windows color (decimal): -15917528 or 2629133. OLE color: 2629133.

HSL color Cylindrical-coordinate representation of color #0D1E28: hue angle of 202.22º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D1E28 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB133040-
CMYK0.670.2500.84
HSL202.22º50.94%10.39%-
HSV(B)202.22º67.5%15.69%-
XYZ1.011.172.18-
YUV26.06135.87118.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=15.66%
G=36.14%
B=48.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1330400.670.2500.84202.2250.9410.39
HexD1E284319054ca33a
Octal1536501033101243126312
Binary11011111010100010000111100101010100110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1E28; }

 p { color: rgb(13,30,40); }

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

<style>
 a { background-color: #0D1E28; }

 a { background-color: rgb(13,30,40); }

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

<style>
 span { border-color: #0D1E28; }

 span { border-color: rgb(13,30,40); }

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