#0D232C

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

Shades of Black Pearl #0D232C

Tints of Black Pearl #0D232C

Color information

#0D232C (or 0x0D232C) is unknown color: approx Black Pearl. HEX triplet: 0D, 23 and 2C. RGB value is (13,35,44). Sum of RGB (Red+Green+Blue) = 13+35+44=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D232C is #F2DCD3. Grayscale: #1D1D1D. Windows color (decimal): -15916244 or 2892557. OLE color: 2892557.

HSL color Cylindrical-coordinate representation of color #0D232C: hue angle of 197.42º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D232C is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB133544-
CMYK0.700.2000.83
HSL197.42º54.39%11.18%-
HSV(B)197.42º70.45%17.25%-
XYZ1.221.472.6-
YUV29.45136.21116.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=14.13%
G=38.04%
B=47.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1335440.700.2000.83197.4254.3911.18
HexD232C4614053c536b
Octal1543541062401233056613
Binary110110001110110010001101010001010011110001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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