#0A1D31

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

Shades of Black Pearl #0A1D31

Tints of Black Pearl #0A1D31

Color information

#0A1D31 (or 0x0A1D31) is unknown color: approx Black Pearl. HEX triplet: 0A, 1D and 31. RGB value is (10,29,49). Sum of RGB (Red+Green+Blue) = 10+29+49=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D31 is #F5E2CE. Grayscale: #191919. Windows color (decimal): -16114383 or 3218698. OLE color: 3218698.

HSL color Cylindrical-coordinate representation of color #0A1D31: hue angle of 210.77º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1D31 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB102949-
CMYK0.800.4100.81
HSL210.77º66.1%11.57%-
HSV(B)210.77º79.59%19.22%-
XYZ1.121.173.07-
YUV25.6141.21116.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=11.36%
G=32.95%
B=55.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1029490.800.4100.81210.7766.111.57
HexA1D315029051d342c
Octal12356112051012132310214
Binary1010111011100011010000101001010100011101001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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