#07252B

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

Shades of Black Pearl #07252B

Tints of Black Pearl #07252B

Color information

#07252B (or 0x07252B) is unknown color: approx Black Pearl. HEX triplet: 07, 25 and 2B. RGB value is (7,37,43). Sum of RGB (Red+Green+Blue) = 7+37+43=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #07252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07252B is #F8DAD4. Grayscale: #1C1C1C. Windows color (decimal): -16308949 or 2827527. OLE color: 2827527.

HSL color Cylindrical-coordinate representation of color #07252B: hue angle of 190º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07252B is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB73743-
CMYK0.840.1400.83
HSL190º72%9.8%-
HSV(B)190º83.72%16.86%-
XYZ1.191.542.52-
YUV28.71136.06112.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=8.05%
G=42.53%
B=49.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal737430.840.1400.83190729.8
Hex7252B54E053be48a
Octal7455312416012327611012
Binary11110010110101110101001110010100111011111010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07252B; }

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

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

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

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

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

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

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

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