Html Css Color HEX #071306 Black Bean

📋 copy color: '#071306'

red 7 ◦ green 19 ◦ blue 6

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

Shades of Black Bean #071306

Tints of Black Bean #071306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 18.75%

R = 21.88%
G = 59.38%
B = 18.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#071306 (or 0x071306) is known color: Black Bean. HEX triplet: 07, 13 and 06. RGB value is (7,19,6). Sum of RGB (Red+Green+Blue) = 7+19+6=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #071306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071306 is #F8ECF9. Grayscale: #0D0D0D. Windows color (decimal): -16313594 or 398087. OLE color: 398087.

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

Color convert

RGB 7 19 6 -
CMYK 0.63 0 0.68 0.93
HSL 115.38º 0.52% 0.05% -
HSV(B) 115.38º 0.68% 0.07% -
XYZ 0.35 0.52 0.25 -
YUV 13.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 7 19 6 0.63 0 0.68 0.93 115.38 0.52 0.05
Hex 7 13 6 3F 0 44 5D 73 34 5
Octal 7 23 6 77 0 104 135 163 64 5
Binary 111 10011 110 111111 0 1000100 1011101 1110011 110100 101

Color Harmonies of #071306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071306

Black with #071306

Text Example


Text Example

White with #071306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071306; }

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

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

background-color css

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

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

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

border-color css

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

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

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