#10252F

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

Shades of Black Pearl #10252F

Tints of Black Pearl #10252F

Color information

#10252F (or 0x10252F) is unknown color: approx Black Pearl. HEX triplet: 10, 25 and 2F. RGB value is (16,37,47). Sum of RGB (Red+Green+Blue) = 16+37+47=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #10252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10252F is #EFDAD0. Grayscale: #1F1F1F. Windows color (decimal): -15719121 or 3089680. OLE color: 3089680.

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

Color convert

RGB163747-
CMYK0.660.2100.82
HSL199.35º49.21%12.35%-
HSV(B)199.35º65.96%18.43%-
XYZ1.391.642.93-
YUV31.86136.54116.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 47 (18.75% from 255) = 47%
R=16%
G=37%
B=47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1637470.660.2100.82199.3549.2112.35
Hex10252F4215052c731c
Octal2045571022501223076114
Binary1000010010110111110000101010101010010110001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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