Html Css Color HEX #072225 Black Pearl

📋 copy color: '#072225'

red 7 ◦ green 34 ◦ blue 37

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

Shades of Black Pearl #072225

Tints of Black Pearl #072225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.59%

 BLUE value IS 37 (14.84% from 255) = 47.44%

R = 8.97%
G = 43.59%
B = 47.44%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#072225 (or 0x072225) is known color: Black Pearl. HEX triplet: 07, 22 and 25. RGB value is (7,34,37). Sum of RGB (Red+Green+Blue) = 7+34+37=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #072225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072225 is #F8DDDA. Grayscale: #1A1A1A. Windows color (decimal): -16309723 or 2433543. OLE color: 2433543.

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

Color convert

RGB 7 34 37 -
CMYK 0.81 0.08 0 0.85
HSL 186º 0.68% 0.09% -
HSV(B) 186º 0.81% 0.15% -
XYZ 0.99 1.32 1.95 -
YUV 26.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 7 34 37 0.81 0.08 0 0.85 186 0.68 0.09
Hex 7 22 25 51 8 0 55 BA 44 9
Octal 7 42 45 121 10 0 125 272 104 11
Binary 111 100010 100101 1010001 1000 0 1010101 10111010 1000100 1001

Color Harmonies of #072225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072225

Black with #072225

Text Example


Text Example

White with #072225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072225; }

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

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

background-color css

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

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

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

border-color css

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

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

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