#0A2427

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

Shades of Black Pearl #0A2427

Tints of Black Pearl #0A2427

Color information

#0A2427 (or 0x0A2427) is unknown color: approx Black Pearl. HEX triplet: 0A, 24 and 27. RGB value is (10,36,39). Sum of RGB (Red+Green+Blue) = 10+36+39=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A2427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2427 is #F5DBD8. Grayscale: #1C1C1C. Windows color (decimal): -16112601 or 2565130. OLE color: 2565130.

HSL color Cylindrical-coordinate representation of color #0A2427: hue angle of 186.21º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2427 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB103639-
CMYK0.740.0800.85
HSL186.21º59.18%9.61%-
HSV(B)186.21º74.36%15.29%-
XYZ1.121.472.14-
YUV28.57133.89114.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.76%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 39 (15.62% from 255) = 45.88%
R=11.76%
G=42.35%
B=45.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1036390.740.0800.85186.2159.189.61
HexA24274A8055ba3ba
Octal1244471121001252727312
Binary10101001001001111001010100001010101101110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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