#000D23

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

Shades of Black Pearl #000D23

Tints of Black Pearl #000D23

Color information

#000D23 (or 0x000D23) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 23. RGB value is (0,13,35). Sum of RGB (Red+Green+Blue) = 0+13+35=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 35 (14.06% from 255 or 72.92% from 48); Max value from RGB is 35 - color contains mainly: blue. Hex color #000D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D23 is #FFF2DC. Grayscale: #0B0B0B. Windows color (decimal): -16773853 or 2297088. OLE color: 2297088.

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

Color convert

RGB01335-
CMYK10.6300.86
HSL217.71º100%6.86%-
HSV(B)217.71º100%13.73%-
XYZ0.450.411.65-
YUV11.62141.19119.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 35 (14.06% from 255) = 72.92%
R=0%
G=27.08%
B=72.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0133510.6300.86217.711006.86
Hex0D23643F056da647
Octal015431447701263321447
Binary01101100011110010011111101010110110110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D23; }

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

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

<style>
 a { background-color: #000D23; }

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

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

<style>
 span { border-color: #000D23; }

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

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