#0A2831

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

Shades of Black Pearl #0A2831

Tints of Black Pearl #0A2831

Color information

#0A2831 (or 0x0A2831) is unknown color: approx Black Pearl. HEX triplet: 0A, 28 and 31. RGB value is (10,40,49). Sum of RGB (Red+Green+Blue) = 10+40+49=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A2831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2831 is #F5D7CE. Grayscale: #1F1F1F. Windows color (decimal): -16111567 or 3221514. OLE color: 3221514.

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

Color convert

RGB104049-
CMYK0.800.1800.81
HSL193.85º66.1%11.57%-
HSV(B)193.85º79.59%19.22%-
XYZ1.441.83.18-
YUV32.06137.56112.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.10%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=10.10%
G=40.40%
B=49.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1040490.800.1800.81193.8566.111.57
HexA28315012051c242c
Octal12506112022012130210214
Binary1010101000110001101000010010010100011100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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