Html Css Color HEX #072127 Black Pearl

📋 copy color: '#072127'

red 7 ◦ green 33 ◦ blue 39

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

Shades of Black Pearl #072127

Tints of Black Pearl #072127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 49.37%

R = 8.86%
G = 41.77%
B = 49.37%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#072127 (or 0x072127) is known color: Black Pearl. HEX triplet: 07, 21 and 27. RGB value is (7,33,39). Sum of RGB (Red+Green+Blue) = 7+33+39=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #072127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072127 is #F8DED8. Grayscale: #191919. Windows color (decimal): -16309977 or 2564359. OLE color: 2564359.

HSL color Cylindrical-coordinate representation of color #072127: hue angle of 191.25º degrees, saturation: 0.7, 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 #072127 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 33 39 -
CMYK 0.82 0.15 0 0.85
HSL 191.25º 0.7% 0.09% -
HSV(B) 191.25º 0.82% 0.15% -
XYZ 1 1.28 2.11 -
YUV 25.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 7 33 39 0.82 0.15 0 0.85 191.25 0.7 0.09
Hex 7 21 27 52 F 0 55 BF 46 9
Octal 7 41 47 122 17 0 125 277 106 11
Binary 111 100001 100111 1010010 1111 0 1010101 10111111 1000110 1001

Color Harmonies of #072127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072127

Black with #072127

Text Example


Text Example

White with #072127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072127; }

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

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

background-color css

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

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

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

border-color css

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

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

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