#102427

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

Shades of Black Pearl #102427

Tints of Black Pearl #102427

Color information

#102427 (or 0x102427) is unknown color: approx Black Pearl. HEX triplet: 10, 24 and 27. RGB value is (16,36,39). Sum of RGB (Red+Green+Blue) = 16+36+39=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #102427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102427 is #EFDBD8. Grayscale: #1E1E1E. Windows color (decimal): -15719385 or 2565136. OLE color: 2565136.

HSL color Cylindrical-coordinate representation of color #102427: hue angle of 187.83º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102427 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB163639-
CMYK0.590.0800.85
HSL187.83º41.82%10.78%-
HSV(B)187.83º58.97%15.29%-
XYZ1.211.522.15-
YUV30.36132.87117.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=17.58%
G=39.56%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1636390.590.0800.85187.8341.8210.78
Hex1024273B8055bc2ab
Octal204447731001252745213
Binary10000100100100111111011100001010101101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102427; }

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

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

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

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

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

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

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

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