Html Css Color HEX #072429 Black Pearl

📋 copy color: '#072429'

red 7 ◦ green 36 ◦ blue 41

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

Shades of Black Pearl #072429

Tints of Black Pearl #072429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.86%

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

R = 8.33%
G = 42.86%
B = 48.81%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#072429 (or 0x072429) is known color: Black Pearl. HEX triplet: 07, 24 and 29. RGB value is (7,36,41). Sum of RGB (Red+Green+Blue) = 7+36+41=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #072429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072429 is #F8DBD6. Grayscale: #1B1B1B. Windows color (decimal): -16309207 or 2696199. OLE color: 2696199.

HSL color Cylindrical-coordinate representation of color #072429: hue angle of 188.82º 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 #072429 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 36 41 -
CMYK 0.83 0.12 0 0.84
HSL 188.82º 0.71% 0.09% -
HSV(B) 188.82º 0.83% 0.16% -
XYZ 1.12 1.47 2.32 -
YUV 27.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 7 36 41 0.83 0.12 0 0.84 188.82 0.71 0.09
Hex 7 24 29 53 C 0 54 BD 47 9
Octal 7 44 51 123 14 0 124 275 107 11
Binary 111 100100 101001 1010011 1100 0 1010100 10111101 1000111 1001

Color Harmonies of #072429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072429

Black with #072429

Text Example


Text Example

White with #072429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072429; }

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

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

background-color css

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

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

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

border-color css

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

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

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