#0A2835

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

Shades of Black Pearl #0A2835

Tints of Black Pearl #0A2835

Color information

#0A2835 (or 0x0A2835) is unknown color: approx Black Pearl. HEX triplet: 0A, 28 and 35. RGB value is (10,40,53). Sum of RGB (Red+Green+Blue) = 10+40+53=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A2835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2835 is #F5D7CA. Grayscale: #202020. Windows color (decimal): -16111563 or 3483658. OLE color: 3483658.

HSL color Cylindrical-coordinate representation of color #0A2835: hue angle of 198.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2835 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB104053-
CMYK0.810.2500.79
HSL198.14º68.25%12.35%-
HSV(B)198.14º81.13%20.78%-
XYZ1.531.843.64-
YUV32.51139.56111.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=9.71%
G=38.83%
B=51.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1040530.810.2500.79198.1468.2512.35
HexA2835511904Fc644c
Octal12506512131011730610414
Binary1010101000110101101000111001010011111100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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