#072633

Color #072633 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #072633

Tints of Black Pearl #072633

Color information

#072633 (or 0x072633) is unknown color: approx Black Pearl. HEX triplet: 07, 26 and 33. RGB value is (7,38,51). Sum of RGB (Red+Green+Blue) = 7+38+51=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #072633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072633 is #F8D9CC. Grayscale: #1E1E1E. Windows color (decimal): -16308685 or 3352071. OLE color: 3352071.

HSL color Cylindrical-coordinate representation of color #072633: hue angle of 197.73º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072633 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB73851-
CMYK0.860.2500.8
HSL197.73º75.86%11.37%-
HSV(B)197.73º86.27%20%-
XYZ1.381.673.38-
YUV30.21139.73111.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 51 (20.31% from 255) = 53.12%
R=7.29%
G=39.58%
B=53.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal738510.860.2500.8197.7375.8611.37
Hex726335619050c64cb
Octal7466312631012030611413
Binary111100110110011101011011001010100001100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072633; }

 p { color: rgb(7,38,51); }

 H1.HeaderClassName
 {
   color: #072633;
 }
 .AnyTagClassName
 {
   color: #072633;
 }
</style>
background-color css

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

 a { background-color: rgb(7,38,51); }

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

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

 span { border-color: rgb(7,38,51); }

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