#0D1E30

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

Shades of Black Pearl #0D1E30

Tints of Black Pearl #0D1E30

Color information

#0D1E30 (or 0x0D1E30) is unknown color: approx Black Pearl. HEX triplet: 0D, 1E and 30. RGB value is (13,30,48). Sum of RGB (Red+Green+Blue) = 13+30+48=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1E30 is #F2E1CF. Grayscale: #1A1A1A. Windows color (decimal): -15917520 or 3153421. OLE color: 3153421.

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

Color convert

RGB133048-
CMYK0.730.3700.81
HSL210.86º57.38%11.96%-
HSV(B)210.86º72.92%18.82%-
XYZ1.161.232.97-
YUV26.97139.87118.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=14.29%
G=32.97%
B=52.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1330480.730.3700.81210.8657.3811.96
HexD1E304925051d339c
Octal1536601114501213237114
Binary110111110110000100100110010101010001110100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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