Html Css Color HEX #072023 Black Pearl

📋 copy color: '#072023'

red 7 ◦ green 32 ◦ blue 35

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

Shades of Black Pearl #072023

Tints of Black Pearl #072023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.24%

 BLUE value IS 35 (14.06% from 255) = 47.3%

R = 9.46%
G = 43.24%
B = 47.3%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#072023 (or 0x072023) is known color: Black Pearl. HEX triplet: 07, 20 and 23. RGB value is (7,32,35). Sum of RGB (Red+Green+Blue) = 7+32+35=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #072023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072023 is #F8DFDC. Grayscale: #181818. Windows color (decimal): -16310237 or 2301959. OLE color: 2301959.

HSL color Cylindrical-coordinate representation of color #072023: hue angle of 186.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #072023 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 32 35 -
CMYK 0.80 0.09 0 0.86
HSL 186.43º 0.67% 0.08% -
HSV(B) 186.43º 0.8% 0.14% -
XYZ 0.91 1.2 1.77 -
YUV 24.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 7 32 35 0.80 0.09 0 0.86 186.43 0.67 0.08
Hex 7 20 23 50 9 0 56 BA 43 8
Octal 7 40 43 120 11 0 126 272 103 10
Binary 111 100000 100011 1010000 1001 0 1010110 10111010 1000011 1000

Color Harmonies of #072023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072023

Black with #072023

Text Example


Text Example

White with #072023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072023; }

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

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

background-color css

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

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

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

border-color css

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

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

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