#0A121A

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

Shades of Black Pearl #0A121A

Tints of Black Pearl #0A121A

Color information

#0A121A (or 0x0A121A) is unknown color: approx Black Pearl. HEX triplet: 0A, 12 and 1A. RGB value is (10,18,26). Sum of RGB (Red+Green+Blue) = 10+18+26=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A121A is #F5EDE5. Grayscale: #101010. Windows color (decimal): -16117222 or 1708554. OLE color: 1708554.

HSL color Cylindrical-coordinate representation of color #0A121A: hue angle of 210º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A121A is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB101826-
CMYK0.620.3100.90
HSL210º44.44%7.06%-
HSV(B)210º61.54%10.2%-
XYZ0.530.571.06-
YUV16.52133.35123.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=18.52%
G=33.33%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1018260.620.3100.9021044.447.06
HexA121A3E1F05Ad22c7
Octal12223276370132322547
Binary10101001011010111110111110101101011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,26); }

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

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

 a { background-color: rgb(10,18,26); }

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

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

 span { border-color: rgb(10,18,26); }

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