#0D2030

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

Shades of Black Pearl #0D2030

Tints of Black Pearl #0D2030

Color information

#0D2030 (or 0x0D2030) is unknown color: approx Black Pearl. HEX triplet: 0D, 20 and 30. RGB value is (13,32,48). Sum of RGB (Red+Green+Blue) = 13+32+48=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D2030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2030 is #F2DFCF. Grayscale: #1C1C1C. Windows color (decimal): -15917008 or 3153933. OLE color: 3153933.

HSL color Cylindrical-coordinate representation of color #0D2030: hue angle of 207.43º 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 #0D2030 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB133248-
CMYK0.730.3300.81
HSL207.43º57.38%11.96%-
HSV(B)207.43º72.92%18.82%-
XYZ1.221.332.99-
YUV28.14139.21117.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.98%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=13.98%
G=34.41%
B=51.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1332480.730.3300.81207.4357.3811.96
HexD20304921051cf39c
Octal1540601114101213177114
Binary1101100000110000100100110000101010001110011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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