#0D1828

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

Shades of Black Pearl #0D1828

Tints of Black Pearl #0D1828

Color information

#0D1828 (or 0x0D1828) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 28. RGB value is (13,24,40). Sum of RGB (Red+Green+Blue) = 13+24+40=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D1828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1828 is #F2E7D7. Grayscale: #161616. Windows color (decimal): -15919064 or 2627597. OLE color: 2627597.

HSL color Cylindrical-coordinate representation of color #0D1828: hue angle of 215.56º 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 #0D1828 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB132440-
CMYK0.670.4000.84
HSL215.56º50.94%10.39%-
HSV(B)215.56º67.5%15.69%-
XYZ0.880.892.13-
YUV22.53137.86121.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.88%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=16.88%
G=31.17%
B=51.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1324400.670.4000.84215.5650.9410.39
HexD18284328054d833a
Octal1530501035001243306312
Binary110111000101000100001110100001010100110110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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