Html Css Color HEX #071308 Black Bean

📋 copy color: '#071308'

red 7 ◦ green 19 ◦ blue 8

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

Shades of Black Bean #071308

Tints of Black Bean #071308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 55.88%

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

R = 20.59%
G = 55.88%
B = 23.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#071308 (or 0x071308) is known color: Black Bean. HEX triplet: 07, 13 and 08. RGB value is (7,19,8). Sum of RGB (Red+Green+Blue) = 7+19+8=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #071308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071308 is #F8ECF7. Grayscale: #0E0E0E. Windows color (decimal): -16313592 or 529159. OLE color: 529159.

HSL color Cylindrical-coordinate representation of color #071308: hue angle of 125º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071308 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 19 8 -
CMYK 0.63 0 0.58 0.93
HSL 125º 0.46% 0.05% -
HSV(B) 125º 0.63% 0.07% -
XYZ 0.36 0.53 0.31 -
YUV 14.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 7 19 8 0.63 0 0.58 0.93 125 0.46 0.05
Hex 7 13 8 3F 0 3A 5D 7D 2E 5
Octal 7 23 10 77 0 72 135 175 56 5
Binary 111 10011 1000 111111 0 111010 1011101 1111101 101110 101

Color Harmonies of #071308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071308

Black with #071308

Text Example


Text Example

White with #071308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071308; }

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

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

background-color css

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

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

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

border-color css

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

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

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