#0A1B1D

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

Shades of Black Pearl #0A1B1D

Tints of Black Pearl #0A1B1D

Color information

#0A1B1D (or 0x0A1B1D) is unknown color: approx Black Pearl. HEX triplet: 0A, 1B and 1D. RGB value is (10,27,29). Sum of RGB (Red+Green+Blue) = 10+27+29=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A1B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1B1D is #F5E4E2. Grayscale: #161616. Windows color (decimal): -16114915 or 1907466. OLE color: 1907466.

HSL color Cylindrical-coordinate representation of color #0A1B1D: hue angle of 186.32º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1B1D is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102729-
CMYK0.660.0700.89
HSL186.32º48.72%7.65%-
HSV(B)186.32º65.52%11.37%-
XYZ0.740.941.3-
YUV22.14131.87119.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=15.15%
G=40.91%
B=43.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1027290.660.0700.89186.3248.727.65
HexA1B1D427059ba318
Octal123335102701312726110
Binary10101101111101100001011101011001101110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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