#042125

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

Shades of Black Pearl #042125

Tints of Black Pearl #042125

Color information

#042125 (or 0x042125) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 25. RGB value is (4,33,37). Sum of RGB (Red+Green+Blue) = 4+33+37=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #042125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042125 is #FBDEDA. Grayscale: #181818. Windows color (decimal): -16506587 or 2433284. OLE color: 2433284.

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

Color convert

RGB43337-
CMYK0.890.1100.85
HSL187.27º80.49%8.04%-
HSV(B)187.27º89.19%14.51%-
XYZ0.931.251.94-
YUV24.78134.89113.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 37 (14.84% from 255) = 50%
R=5.41%
G=44.59%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal433370.890.1100.85187.2780.498.04
Hex4212559B055bb508
Octal4414513113012527312010
Binary10010000110010110110011011010101011011101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042125; }

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

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

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

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

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

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

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

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