#0D2330

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

Shades of Black Pearl #0D2330

Tints of Black Pearl #0D2330

Color information

#0D2330 (or 0x0D2330) is unknown color: approx Black Pearl. HEX triplet: 0D, 23 and 30. RGB value is (13,35,48). Sum of RGB (Red+Green+Blue) = 13+35+48=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D2330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2330 is #F2DCCF. Grayscale: #1D1D1D. Windows color (decimal): -15916240 or 3154701. OLE color: 3154701.

HSL color Cylindrical-coordinate representation of color #0D2330: hue angle of 202.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D2330 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB133548-
CMYK0.730.2700.81
HSL202.29º57.38%11.96%-
HSV(B)202.29º72.92%18.82%-
XYZ1.31.53.02-
YUV29.9138.21115.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.54%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 48 (19.14% from 255) = 50%
R=13.54%
G=36.46%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1335480.730.2700.81202.2957.3811.96
HexD2330491B051ca39c
Octal1543601113301213127114
Binary110110001111000010010011101101010001110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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