#10252C

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

Shades of Black Pearl #10252C

Tints of Black Pearl #10252C

Color information

#10252C (or 0x10252C) is unknown color: approx Black Pearl. HEX triplet: 10, 25 and 2C. RGB value is (16,37,44). Sum of RGB (Red+Green+Blue) = 16+37+44=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #10252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10252C is #EFDAD3. Grayscale: #1F1F1F. Windows color (decimal): -15719124 or 2893072. OLE color: 2893072.

HSL color Cylindrical-coordinate representation of color #10252C: hue angle of 195º 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 #10252C is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB163744-
CMYK0.640.1600.83
HSL195º46.67%11.76%-
HSV(B)195º63.64%17.25%-
XYZ1.331.622.62-
YUV31.52135.04116.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=16.49%
G=38.14%
B=45.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1637440.640.1600.8319546.6711.76
Hex10252C4010053c32fc
Octal2045541002001233035714
Binary1000010010110110010000001000001010011110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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