#071225

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

Shades of Black Pearl #071225

Tints of Black Pearl #071225

Color information

#071225 (or 0x071225) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 25. RGB value is (7,18,37). Sum of RGB (Red+Green+Blue) = 7+18+37=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #071225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071225 is #F8EDDA. Grayscale: #101010. Windows color (decimal): -16313819 or 2429447. OLE color: 2429447.

HSL color Cylindrical-coordinate representation of color #071225: hue angle of 218º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #071225 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB71837-
CMYK0.810.5100.85
HSL218º68.18%8.63%-
HSV(B)218º81.08%14.51%-
XYZ0.640.611.83-
YUV16.88139.36120.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=11.29%
G=29.03%
B=59.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal718370.810.5100.8521868.188.63
Hex712255133055da449
Octal7224512163012533210411
Binary111100101001011010001110011010101011101101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071225; }

 p { color: rgb(7,18,37); }

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

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

 a { background-color: rgb(7,18,37); }

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

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

 span { border-color: rgb(7,18,37); }

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