Html Css Color HEX #072C38 Black Pearl

📋 copy color: '#072C38'

red 7 ◦ green 44 ◦ blue 56

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

Shades of Black Pearl #072C38

Tints of Black Pearl #072C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.12%

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 6.54%
G = 41.12%
B = 52.34%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072C38 (or 0x072C38) is known color: Black Pearl. HEX triplet: 07, 2C and 38. RGB value is (7,44,56). Sum of RGB (Red+Green+Blue) = 7+44+56=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #072C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C38 is #F8D3C7. Grayscale: #222222. Windows color (decimal): -16307144 or 3681287. OLE color: 3681287.

HSL color Cylindrical-coordinate representation of color #072C38: hue angle of 194.69º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072C38 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 44 56 -
CMYK 0.88 0.21 0 0.78
HSL 194.69º 0.78% 0.12% -
HSV(B) 194.69º 0.88% 0.22% -
XYZ 1.7 2.13 4.06 -
YUV 34.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 7 44 56 0.88 0.21 0 0.78 194.69 0.78 0.12
Hex 7 2C 38 58 15 0 4E C3 4E C
Octal 7 54 70 130 25 0 116 303 116 14
Binary 111 101100 111000 1011000 10101 0 1001110 11000011 1001110 1100

Color Harmonies of #072C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C38

Black with #072C38

Text Example


Text Example

White with #072C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072C38; }

 p { color: rgb(7,44,56); }

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

background-color css

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

 a { background-color: rgb(7,44,56); }

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

border-color css

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

 span { border-color: rgb(7,44,56); }

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