#0A1B25

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

Shades of Black Pearl #0A1B25

Tints of Black Pearl #0A1B25

Color information

#0A1B25 (or 0x0A1B25) is unknown color: approx Black Pearl. HEX triplet: 0A, 1B and 25. RGB value is (10,27,37). Sum of RGB (Red+Green+Blue) = 10+27+37=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1B25 is #F5E4DA. Grayscale: #171717. Windows color (decimal): -16114907 or 2431754. OLE color: 2431754.

HSL color Cylindrical-coordinate representation of color #0A1B25: hue angle of 202.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A1B25 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB102737-
CMYK0.730.2700.85
HSL202.22º57.45%9.22%-
HSV(B)202.22º72.97%14.51%-
XYZ0.850.981.89-
YUV23.06135.87118.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 27 (10.94% from 255) = 36.49%
BLUE value IS 37 (14.84% from 255) = 50%
R=13.51%
G=36.49%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1027370.730.2700.85202.2257.459.22
HexA1B25491B055ca399
Octal1233451113301253127111
Binary10101101110010110010011101101010101110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,27,37); }

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

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

 a { background-color: rgb(10,27,37); }

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

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

 span { border-color: rgb(10,27,37); }

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