Html Css Color HEX #072326 Black Pearl

📋 copy color: '#072326'

red 7 ◦ green 35 ◦ blue 38

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

Shades of Black Pearl #072326

Tints of Black Pearl #072326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 47.5%

R = 8.75%
G = 43.75%
B = 47.5%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#072326 (or 0x072326) is known color: Black Pearl. HEX triplet: 07, 23 and 26. RGB value is (7,35,38). Sum of RGB (Red+Green+Blue) = 7+35+38=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #072326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072326 is #F8DCD9. Grayscale: #1A1A1A. Windows color (decimal): -16309466 or 2499335. OLE color: 2499335.

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

Color convert

RGB 7 35 38 -
CMYK 0.82 0.08 0 0.85
HSL 185.81º 0.69% 0.09% -
HSV(B) 185.81º 0.82% 0.15% -
XYZ 1.04 1.39 2.05 -
YUV 26.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 7 35 38 0.82 0.08 0 0.85 185.81 0.69 0.09
Hex 7 23 26 52 8 0 55 BA 45 9
Octal 7 43 46 122 10 0 125 272 105 11
Binary 111 100011 100110 1010010 1000 0 1010101 10111010 1000101 1001

Color Harmonies of #072326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072326

Black with #072326

Text Example


Text Example

White with #072326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072326; }

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

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

background-color css

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

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

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

border-color css

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

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

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