#0D232B

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

Shades of Black Pearl #0D232B

Tints of Black Pearl #0D232B

Color information

#0D232B (or 0x0D232B) is unknown color: approx Black Pearl. HEX triplet: 0D, 23 and 2B. RGB value is (13,35,43). Sum of RGB (Red+Green+Blue) = 13+35+43=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D232B is #F2DCD4. Grayscale: #1D1D1D. Windows color (decimal): -15916245 or 2827021. OLE color: 2827021.

HSL color Cylindrical-coordinate representation of color #0D232B: hue angle of 196º 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 #0D232B is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB133543-
CMYK0.700.1900.83
HSL196º53.57%10.98%-
HSV(B)196º69.77%16.86%-
XYZ1.21.462.5-
YUV29.33135.71116.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=14.29%
G=38.46%
B=47.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1335430.700.1900.8319653.5710.98
HexD232B4613053c436b
Octal1543531062301233046613
Binary110110001110101110001101001101010011110001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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