Html Css Color HEX #072331 Black Pearl

📋 copy color: '#072331'

red 7 ◦ green 35 ◦ blue 49

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

Shades of Black Pearl #072331

Tints of Black Pearl #072331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 53.85%

R = 7.69%
G = 38.46%
B = 53.85%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#072331 (or 0x072331) is known color: Black Pearl. HEX triplet: 07, 23 and 31. RGB value is (7,35,49). Sum of RGB (Red+Green+Blue) = 7+35+49=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #072331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072331 is #F8DCCE. Grayscale: #1C1C1C. Windows color (decimal): -16309455 or 3220231. OLE color: 3220231.

HSL color Cylindrical-coordinate representation of color #072331: hue angle of 200º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072331 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 35 49 -
CMYK 0.86 0.29 0 0.81
HSL 200º 0.75% 0.11% -
HSV(B) 200º 0.86% 0.19% -
XYZ 1.24 1.47 3.12 -
YUV 28.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 7 35 49 0.86 0.29 0 0.81 200 0.75 0.11
Hex 7 23 31 56 1D 0 51 C8 4B B
Octal 7 43 61 126 35 0 121 310 113 13
Binary 111 100011 110001 1010110 11101 0 1010001 11001000 1001011 1011

Color Harmonies of #072331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072331

Black with #072331

Text Example


Text Example

White with #072331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072331; }

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

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

background-color css

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

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

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

border-color css

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

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

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