Html Css Color HEX #072335 Black Pearl

📋 copy color: '#072335'

red 7 ◦ green 35 ◦ blue 53

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

Shades of Black Pearl #072335

Tints of Black Pearl #072335

RGB

 RED value IS 7 (3.13% 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 value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#072335 (or 0x072335) is known color: 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

RGB 7 35 53 -
CMYK 0.87 0.34 0 0.79
HSL 203.48º 0.77% 0.12% -
HSV(B) 203.48º 0.87% 0.21% -
XYZ 1.33 1.5 3.59 -
YUV 28.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 7 35 53 0.87 0.34 0 0.79 203.48 0.77 0.12
Hex 7 23 35 57 22 0 4F CB 4D C
Octal 7 43 65 127 42 0 117 313 115 14
Binary 111 100011 110101 1010111 100010 0 1001111 11001011 1001101 1100

Color Harmonies of #072335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072335

Black with #072335

Text Example


Text Example

White with #072335

Text Example


Text Example

HTML Codes & Css Web 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>