Html Css Color HEX #072123 Black Pearl

📋 copy color: '#072123'

red 7 ◦ green 33 ◦ blue 35

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

Shades of Black Pearl #072123

Tints of Black Pearl #072123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44%

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

R = 9.33%
G = 44%
B = 46.67%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#072123 (or 0x072123) is known color: Black Pearl. HEX triplet: 07, 21 and 23. RGB value is (7,33,35). Sum of RGB (Red+Green+Blue) = 7+33+35=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #072123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072123 is #F8DEDC. Grayscale: #191919. Windows color (decimal): -16309981 or 2302215. OLE color: 2302215.

HSL color Cylindrical-coordinate representation of color #072123: hue angle of 184.29º 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 #072123 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 33 35 -
CMYK 0.80 0.06 0 0.86
HSL 184.29º 0.67% 0.08% -
HSV(B) 184.29º 0.8% 0.14% -
XYZ 0.93 1.25 1.78 -
YUV 25.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 7 33 35 0.80 0.06 0 0.86 184.29 0.67 0.08
Hex 7 21 23 50 6 0 56 B8 43 8
Octal 7 41 43 120 6 0 126 270 103 10
Binary 111 100001 100011 1010000 110 0 1010110 10111000 1000011 1000

Color Harmonies of #072123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072123

Black with #072123

Text Example


Text Example

White with #072123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072123; }

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

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

background-color css

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

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

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

border-color css

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

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

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