#10272C

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

Shades of Black Pearl #10272C

Tints of Black Pearl #10272C

Color information

#10272C (or 0x10272C) is unknown color: approx Black Pearl. HEX triplet: 10, 27 and 2C. RGB value is (16,39,44). Sum of RGB (Red+Green+Blue) = 16+39+44=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #10272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10272C is #EFD8D3. Grayscale: #202020. Windows color (decimal): -15718612 or 2893584. OLE color: 2893584.

HSL color Cylindrical-coordinate representation of color #10272C: hue angle of 190.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10272C is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB163944-
CMYK0.640.1100.83
HSL190.71º46.67%11.76%-
HSV(B)190.71º63.64%17.25%-
XYZ1.391.742.65-
YUV32.69134.38116.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=16.16%
G=39.39%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1639440.640.1100.83190.7146.6711.76
Hex10272C40B053bf2fc
Octal2047541001301232775714
Binary100001001111011001000000101101010011101111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10272C; }

 p { color: rgb(16,39,44); }

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

<style>
 a { background-color: #10272C; }

 a { background-color: rgb(16,39,44); }

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

<style>
 span { border-color: #10272C; }

 span { border-color: rgb(16,39,44); }

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