#0A2128

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

Shades of Black Pearl #0A2128

Tints of Black Pearl #0A2128

Color information

#0A2128 (or 0x0A2128) is unknown color: approx Black Pearl. HEX triplet: 0A, 21 and 28. RGB value is (10,33,40). Sum of RGB (Red+Green+Blue) = 10+33+40=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A2128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2128 is #F5DED7. Grayscale: #1A1A1A. Windows color (decimal): -16113368 or 2629898. OLE color: 2629898.

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

Color convert

RGB103340-
CMYK0.750.1700.84
HSL194º60%9.8%-
HSV(B)194º75%15.69%-
XYZ1.051.312.2-
YUV26.92135.38115.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.05%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=12.05%
G=39.76%
B=48.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1033400.750.1700.84194609.8
HexA21284B11054c23ca
Octal1241501132101243027412
Binary101010000110100010010111000101010100110000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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