Html Css Color HEX #072529 Black Pearl

📋 copy color: '#072529'

red 7 ◦ green 37 ◦ blue 41

#072529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #072529

Tints of Black Pearl #072529

RGB

 RED value IS 7 (3.13% from 255) = 8.24%

 GREEN value IS 37 (14.84% from 255) = 43.53%

 BLUE value IS 41 (16.41% from 255) = 48.24%

R = 8.24%
G = 43.53%
B = 48.24%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#072529 (or 0x072529) is known color: Black Pearl. HEX triplet: 07, 25 and 29. RGB value is (7,37,41). Sum of RGB (Red+Green+Blue) = 7+37+41=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #072529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072529 is #F8DAD6. Grayscale: #1C1C1C. Windows color (decimal): -16308951 or 2696455. OLE color: 2696455.

HSL color Cylindrical-coordinate representation of color #072529: hue angle of 187.06º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #072529 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 37 41 -
CMYK 0.83 0.10 0 0.84
HSL 187.06º 0.71% 0.09% -
HSV(B) 187.06º 0.83% 0.16% -
XYZ 1.15 1.53 2.33 -
YUV 28.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 7 37 41 0.83 0.10 0 0.84 187.06 0.71 0.09
Hex 7 25 29 53 A 0 54 BB 47 9
Octal 7 45 51 123 12 0 124 273 107 11
Binary 111 100101 101001 1010011 1010 0 1010100 10111011 1000111 1001

Color Harmonies of #072529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072529

Black with #072529

Text Example


Text Example

White with #072529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072529; }

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

 H1.HeaderClassName
 {
   color: #072529;
 }
 .AnyTagClassName
 {
   color: #072529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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