#10252E

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

Shades of Black Pearl #10252E

Tints of Black Pearl #10252E

Color information

#10252E (or 0x10252E) is unknown color: approx Black Pearl. HEX triplet: 10, 25 and 2E. RGB value is (16,37,46). Sum of RGB (Red+Green+Blue) = 16+37+46=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #10252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10252E is #EFDAD1. Grayscale: #1F1F1F. Windows color (decimal): -15719122 or 3024144. OLE color: 3024144.

HSL color Cylindrical-coordinate representation of color #10252E: hue angle of 198º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10252E is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB163746-
CMYK0.650.2000.82
HSL198º48.39%12.16%-
HSV(B)198º65.22%18.04%-
XYZ1.371.632.83-
YUV31.75136.04116.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=16.16%
G=37.37%
B=46.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1637460.650.2000.8219848.3912.16
Hex10252E4114052c630c
Octal2045561012401223066014
Binary1000010010110111010000011010001010010110001101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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