Html Css Color HEX #072308 Black Bean

📋 copy color: '#072308'

red 7 ◦ green 35 ◦ blue 8

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

Shades of Black Bean #072308

Tints of Black Bean #072308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 70%

 BLUE value IS 8 (3.52% from 255) = 16%

R = 14%
G = 70%
B = 16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#072308 (or 0x072308) is known color: Black Bean. HEX triplet: 07, 23 and 08. RGB value is (7,35,8). Sum of RGB (Red+Green+Blue) = 7+35+8=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #072308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072308 is #F8DCF7. Grayscale: #171717. Windows color (decimal): -16309496 or 533255. OLE color: 533255.

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

Color convert

RGB 7 35 8 -
CMYK 0.80 0 0.77 0.86
HSL 122.14º 0.67% 0.08% -
HSV(B) 122.14º 0.8% 0.14% -
XYZ 0.73 1.26 0.44 -
YUV 23.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 7 35 8 0.80 0 0.77 0.86 122.14 0.67 0.08
Hex 7 23 8 50 0 4D 56 7A 43 8
Octal 7 43 10 120 0 115 126 172 103 10
Binary 111 100011 1000 1010000 0 1001101 1010110 1111010 1000011 1000

Color Harmonies of #072308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072308

Black with #072308

Text Example


Text Example

White with #072308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072308; }

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

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

background-color css

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

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

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

border-color css

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

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

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