#1D252A

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

Shades of Black Pearl #1D252A

Tints of Black Pearl #1D252A

Color information

#1D252A (or 0x1D252A) is unknown color: approx Black Pearl. HEX triplet: 1D, 25 and 2A. RGB value is (29,37,42). Sum of RGB (Red+Green+Blue) = 29+37+42=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D252A is #E2DAD5. Grayscale: #232323. Windows color (decimal): -14867158 or 2762013. OLE color: 2762013.

HSL color Cylindrical-coordinate representation of color #1D252A: hue angle of 203.08º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D252A is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB293742-
CMYK0.310.1200.84
HSL203.08º18.31%13.92%-
HSV(B)203.08º30.95%16.47%-
XYZ1.591.752.44-
YUV35.18131.85123.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.85%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=26.85%
G=34.26%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2937420.310.1200.84203.0818.3113.92
Hex1D252A1FC054cb12e
Octal354552371401243132216
Binary111011001011010101111111000101010011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D252A; }

 p { color: rgb(29,37,42); }

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

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

 a { background-color: rgb(29,37,42); }

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

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

 span { border-color: rgb(29,37,42); }

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