#0D1C30

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

Shades of Black Pearl #0D1C30

Tints of Black Pearl #0D1C30

Color information

#0D1C30 (or 0x0D1C30) is unknown color: approx Black Pearl. HEX triplet: 0D, 1C and 30. RGB value is (13,28,48). Sum of RGB (Red+Green+Blue) = 13+28+48=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1C30 is #F2E3CF. Grayscale: #191919. Windows color (decimal): -15918032 or 3152909. OLE color: 3152909.

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

Color convert

RGB132848-
CMYK0.730.4200.81
HSL214.29º57.38%11.96%-
HSV(B)214.29º72.92%18.82%-
XYZ1.111.132.96-
YUV25.8140.53118.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.61%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=14.61%
G=31.46%
B=53.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1328480.730.4200.81214.2957.3811.96
HexD1C30492A051d639c
Octal1534601115201213267114
Binary110111100110000100100110101001010001110101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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