#0A2431

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

Shades of Black Pearl #0A2431

Tints of Black Pearl #0A2431

Color information

#0A2431 (or 0x0A2431) is unknown color: approx Black Pearl. HEX triplet: 0A, 24 and 31. RGB value is (10,36,49). Sum of RGB (Red+Green+Blue) = 10+36+49=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A2431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2431 is #F5DBCE. Grayscale: #1D1D1D. Windows color (decimal): -16112591 or 3220490. OLE color: 3220490.

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

Color convert

RGB103649-
CMYK0.800.2700.81
HSL200º66.1%11.57%-
HSV(B)200º79.59%19.22%-
XYZ1.311.553.14-
YUV29.71138.89113.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.53%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=10.53%
G=37.89%
B=51.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1036490.800.2700.8120066.111.57
HexA2431501B051c842c
Octal12446112033012131010214
Binary1010100100110001101000011011010100011100100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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