#202425

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

Shades of Black Pearl #202425

Tints of Black Pearl #202425

Color information

#202425 (or 0x202425) is unknown color: approx Black Pearl. HEX triplet: 20, 24 and 25. RGB value is (32,36,37). Sum of RGB (Red+Green+Blue) = 32+36+37=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 37 - color contains mainly: blue. Hex color #202425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202425 is #DFDBDA. Grayscale: #222222. Windows color (decimal): -14670811 or 2434080. OLE color: 2434080.

HSL color Cylindrical-coordinate representation of color #202425: hue angle of 192º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #202425 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB323637-
CMYK0.140.0300.85
HSL192º7.25%13.53%-
HSV(B)192º13.51%14.51%-
XYZ1.561.72-
YUV34.92129.17125.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=30.48%
G=34.29%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3236370.140.0300.851927.2513.53
Hex202425E3055c07e
Octal4044451630125300716
Binary10000010010010010111101101010101110000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202425; }

 p { color: rgb(32,36,37); }

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

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

 a { background-color: rgb(32,36,37); }

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

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

 span { border-color: rgb(32,36,37); }

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