#0A1D29

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

Shades of Black Pearl #0A1D29

Tints of Black Pearl #0A1D29

Color information

#0A1D29 (or 0x0A1D29) is unknown color: approx Black Pearl. HEX triplet: 0A, 1D and 29. RGB value is (10,29,41). Sum of RGB (Red+Green+Blue) = 10+29+41=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A1D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D29 is #F5E2D6. Grayscale: #181818. Windows color (decimal): -16114391 or 2694410. OLE color: 2694410.

HSL color Cylindrical-coordinate representation of color #0A1D29: hue angle of 203.23º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A1D29 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB102941-
CMYK0.760.2900.84
HSL203.23º60.78%10%-
HSV(B)203.23º75.61%16.08%-
XYZ0.961.12.26-
YUV24.69137.21117.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.5%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 41 (16.41% from 255) = 51.25%
R=12.5%
G=36.25%
B=51.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1029410.760.2900.84203.2360.7810
HexA1D294C1D054cb3da
Octal1235511143501243137512
Binary10101110110100110011001110101010100110010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,29,41); }

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

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

 a { background-color: rgb(10,29,41); }

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

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

 span { border-color: rgb(10,29,41); }

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