Html Css Color HEX #072125 Black Pearl

📋 copy color: '#072125'

red 7 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #072125

Tints of Black Pearl #072125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 42.86%

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

R = 9.09%
G = 42.86%
B = 48.05%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#072125 (or 0x072125) is known color: Black Pearl. HEX triplet: 07, 21 and 25. RGB value is (7,33,37). Sum of RGB (Red+Green+Blue) = 7+33+37=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #072125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072125 is #F8DEDA. Grayscale: #191919. Windows color (decimal): -16309979 or 2433287. OLE color: 2433287.

HSL color Cylindrical-coordinate representation of color #072125: hue angle of 188º 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 #072125 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 33 37 -
CMYK 0.81 0.11 0 0.85
HSL 188º 0.68% 0.09% -
HSV(B) 188º 0.81% 0.15% -
XYZ 0.97 1.27 1.94 -
YUV 25.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 7 33 37 0.81 0.11 0 0.85 188 0.68 0.09
Hex 7 21 25 51 B 0 55 BC 44 9
Octal 7 41 45 121 13 0 125 274 104 11
Binary 111 100001 100101 1010001 1011 0 1010101 10111100 1000100 1001

Color Harmonies of #072125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072125

Black with #072125

Text Example


Text Example

White with #072125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072125; }

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

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

background-color css

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

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

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

border-color css

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

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

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