#072335

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

Shades of Black Pearl #072335

Tints of Black Pearl #072335

Color information

#072335 (or 0x072335) is unknown color: approx Black Pearl. HEX triplet: 07, 23 and 35. RGB value is (7,35,53). Sum of RGB (Red+Green+Blue) = 7+35+53=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #072335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072335 is #F8DCCA. Grayscale: #1C1C1C. Windows color (decimal): -16309451 or 3482375. OLE color: 3482375.

HSL color Cylindrical-coordinate representation of color #072335: hue angle of 203.48º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072335 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB73553-
CMYK0.870.3400.79
HSL203.48º76.67%11.76%-
HSV(B)203.48º86.79%20.78%-
XYZ1.331.53.59-
YUV28.68141.72112.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=7.37%
G=36.84%
B=55.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal735530.870.3400.79203.4876.6711.76
Hex72335572204Fcb4dc
Octal7436512742011731311514
Binary1111000111101011010111100010010011111100101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072335; }

 p { color: rgb(7,35,53); }

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

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

 a { background-color: rgb(7,35,53); }

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

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

 span { border-color: rgb(7,35,53); }

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