#212425

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

Shades of Black Pearl #212425

Tints of Black Pearl #212425

Color information

#212425 (or 0x212425) is unknown color: approx Black Pearl. HEX triplet: 21, 24 and 25. RGB value is (33,36,37). Sum of RGB (Red+Green+Blue) = 33+36+37=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 37 - color contains mainly: blue. Hex color #212425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212425 is #DEDBDA. Grayscale: #232323. Windows color (decimal): -14605275 or 2434081. OLE color: 2434081.

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

Color convert

RGB333637-
CMYK0.110.0300.85
HSL195º5.71%13.73%-
HSV(B)195º10.81%14.51%-
XYZ1.591.722-
YUV35.22129.01126.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=31.13%
G=33.96%
B=34.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3336370.110.0300.851955.7113.73
Hex212425B3055c36e
Octal4144451330125303616
Binary10000110010010010110111101010101110000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212425; }

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

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

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

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

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

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

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

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