#0D131A

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

Shades of Black Pearl #0D131A

Tints of Black Pearl #0D131A

Color information

#0D131A (or 0x0D131A) is unknown color: approx Black Pearl. HEX triplet: 0D, 13 and 1A. RGB value is (13,19,26). Sum of RGB (Red+Green+Blue) = 13+19+26=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D131A is #F2ECE5. Grayscale: #111111. Windows color (decimal): -15920358 or 1708813. OLE color: 1708813.

HSL color Cylindrical-coordinate representation of color #0D131A: hue angle of 212.31º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D131A is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB131926-
CMYK0.50.2700.90
HSL212.31º33.33%7.65%-
HSV(B)212.31º50%10.2%-
XYZ0.590.631.07-
YUV18132.51124.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=22.41%
G=32.76%
B=44.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1319260.50.2700.90212.3133.337.65
HexD131A321B05Ad4218
Octal152332623301323244110
Binary110110011110101100101101101011010110101001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,26); }

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

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

 a { background-color: rgb(13,19,26); }

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

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

 span { border-color: rgb(13,19,26); }

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