Html Css Color HEX #072329 Black Pearl

📋 copy color: '#072329'

red 7 ◦ green 35 ◦ blue 41

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

Shades of Black Pearl #072329

Tints of Black Pearl #072329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.17%

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

R = 8.43%
G = 42.17%
B = 49.4%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#072329 (or 0x072329) is known color: Black Pearl. HEX triplet: 07, 23 and 29. RGB value is (7,35,41). Sum of RGB (Red+Green+Blue) = 7+35+41=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #072329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072329 is #F8DCD6. Grayscale: #1B1B1B. Windows color (decimal): -16309463 or 2695943. OLE color: 2695943.

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

Color convert

RGB 7 35 41 -
CMYK 0.83 0.15 0 0.84
HSL 190.59º 0.71% 0.09% -
HSV(B) 190.59º 0.83% 0.16% -
XYZ 1.09 1.41 2.31 -
YUV 27.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 7 35 41 0.83 0.15 0 0.84 190.59 0.71 0.09
Hex 7 23 29 53 F 0 54 BF 47 9
Octal 7 43 51 123 17 0 124 277 107 11
Binary 111 100011 101001 1010011 1111 0 1010100 10111111 1000111 1001

Color Harmonies of #072329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072329

Black with #072329

Text Example


Text Example

White with #072329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072329; }

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

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

background-color css

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

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

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

border-color css

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

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

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