#0D1823

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

Shades of Black Pearl #0D1823

Tints of Black Pearl #0D1823

Color information

#0D1823 (or 0x0D1823) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 23. RGB value is (13,24,35). Sum of RGB (Red+Green+Blue) = 13+24+35=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D1823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1823 is #F2E7DC. Grayscale: #151515. Windows color (decimal): -15919069 or 2299917. OLE color: 2299917.

HSL color Cylindrical-coordinate representation of color #0D1823: hue angle of 210º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D1823 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB132435-
CMYK0.630.3100.86
HSL210º45.83%9.41%-
HSV(B)210º62.86%13.73%-
XYZ0.80.861.71-
YUV21.96135.36121.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=18.06%
G=33.33%
B=48.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1324350.630.3100.8621045.839.41
HexD18233F1F056d22e9
Octal153043773701263225611
Binary1101110001000111111111111101010110110100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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