#101825

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

Shades of Black Pearl #101825

Tints of Black Pearl #101825

Color information

#101825 (or 0x101825) is unknown color: approx Black Pearl. HEX triplet: 10, 18 and 25. RGB value is (16,24,37). Sum of RGB (Red+Green+Blue) = 16+24+37=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #101825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101825 is #EFE7DA. Grayscale: #171717. Windows color (decimal): -15722459 or 2430992. OLE color: 2430992.

HSL color Cylindrical-coordinate representation of color #101825: hue angle of 217.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #101825 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB162437-
CMYK0.570.3500.85
HSL217.14º39.62%10.39%-
HSV(B)217.14º56.76%14.51%-
XYZ0.870.91.88-
YUV23.09135.85122.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=20.78%
G=31.17%
B=48.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1624370.570.3500.85217.1439.6210.39
Hex1018253923055d928a
Octal203045714301253315012
Binary100001100010010111100110001101010101110110011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101825; }

 p { color: rgb(16,24,37); }

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

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

 a { background-color: rgb(16,24,37); }

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

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

 span { border-color: rgb(16,24,37); }

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