#010F27

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

Shades of Black Pearl #010F27

Tints of Black Pearl #010F27

Color information

#010F27 (or 0x010F27) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 27. RGB value is (1,15,39). Sum of RGB (Red+Green+Blue) = 1+15+39=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 39 (15.62% from 255 or 70.91% from 55); Max value from RGB is 39 - color contains mainly: blue. Hex color #010F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F27 is #FEF0D8. Grayscale: #0D0D0D. Windows color (decimal): -16707801 or 2559745. OLE color: 2559745.

HSL color Cylindrical-coordinate representation of color #010F27: hue angle of 217.89º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010F27 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB11539-
CMYK0.970.6200.85
HSL217.89º95%7.84%-
HSV(B)217.89º97.44%15.29%-
XYZ0.550.491.99-
YUV13.55142.36119.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 39 (15.62% from 255) = 70.91%
R=1.82%
G=27.27%
B=70.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal115390.970.6200.85217.89957.84
Hex1F27613E055da5f8
Octal1174714176012533213710
Binary111111001111100001111110010101011101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F27; }

 p { color: rgb(1,15,39); }

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

<style>
 a { background-color: #010F27; }

 a { background-color: rgb(1,15,39); }

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

<style>
 span { border-color: #010F27; }

 span { border-color: rgb(1,15,39); }

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