#0A181F

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

Shades of Black Pearl #0A181F

Tints of Black Pearl #0A181F

Color information

#0A181F (or 0x0A181F) is unknown color: approx Black Pearl. HEX triplet: 0A, 18 and 1F. RGB value is (10,24,31). Sum of RGB (Red+Green+Blue) = 10+24+31=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A181F is #F5E7E0. Grayscale: #141414. Windows color (decimal): -16115681 or 2037770. OLE color: 2037770.

HSL color Cylindrical-coordinate representation of color #0A181F: hue angle of 200º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A181F is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB102431-
CMYK0.680.2300.88
HSL200º51.22%8.04%-
HSV(B)200º67.74%12.16%-
XYZ0.70.821.42-
YUV20.61133.86120.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.38%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=15.38%
G=36.92%
B=47.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1024310.680.2300.8820051.228.04
HexA181F4417058c8338
Octal1230371042701303106310
Binary1010110001111110001001011101011000110010001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,24,31); }

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

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

 a { background-color: rgb(10,24,31); }

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

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

 span { border-color: rgb(10,24,31); }

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