#0A2830

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

Shades of Black Pearl #0A2830

Tints of Black Pearl #0A2830

Color information

#0A2830 (or 0x0A2830) is unknown color: approx Black Pearl. HEX triplet: 0A, 28 and 30. RGB value is (10,40,48). Sum of RGB (Red+Green+Blue) = 10+40+48=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A2830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2830 is #F5D7CF. Grayscale: #1F1F1F. Windows color (decimal): -16111568 or 3155978. OLE color: 3155978.

HSL color Cylindrical-coordinate representation of color #0A2830: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2830 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB104048-
CMYK0.790.1700.81
HSL192.63º65.52%11.37%-
HSV(B)192.63º79.17%18.82%-
XYZ1.421.83.07-
YUV31.94137.06112.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=10.20%
G=40.82%
B=48.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1040480.790.1700.81192.6365.5211.37
HexA28304F11051c142b
Octal12506011721012130110213
Binary1010101000110000100111110001010100011100000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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