#1D252B

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

Shades of Black Pearl #1D252B

Tints of Black Pearl #1D252B

Color information

#1D252B (or 0x1D252B) is unknown color: approx Black Pearl. HEX triplet: 1D, 25 and 2B. RGB value is (29,37,43). Sum of RGB (Red+Green+Blue) = 29+37+43=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D252B is #E2DAD4. Grayscale: #232323. Windows color (decimal): -14867157 or 2827549. OLE color: 2827549.

HSL color Cylindrical-coordinate representation of color #1D252B: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1D252B is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB293743-
CMYK0.330.1400.83
HSL205.71º19.44%14.12%-
HSV(B)205.71º32.56%16.86%-
XYZ1.61.762.54-
YUV35.29132.35123.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.61%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=26.61%
G=33.94%
B=39.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2937430.330.1400.83205.7119.4414.12
Hex1D252B21E053ce13e
Octal354553411601233162316
Binary1110110010110101110000111100101001111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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