Html Css Color HEX #081207 Black Bean

📋 copy color: '#081207'

red 8 ◦ green 18 ◦ blue 7

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

Shades of Black Bean #081207

Tints of Black Bean #081207

RGB

 RED value IS 8 (3.52% from 255) = 24.24%

 GREEN value IS 18 (7.42% from 255) = 54.55%

 BLUE value IS 7 (3.13% from 255) = 21.21%

R = 24.24%
G = 54.55%
B = 21.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#081207 (or 0x081207) is known color: Black Bean. HEX triplet: 08, 12 and 07. RGB value is (8,18,7). Sum of RGB (Red+Green+Blue) = 8+18+7=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #081207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081207 is #F7EDF8. Grayscale: #0D0D0D. Windows color (decimal): -16248313 or 463368. OLE color: 463368.

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

Color convert

RGB 8 18 7 -
CMYK 0.56 0 0.61 0.93
HSL 114.55º 0.44% 0.05% -
HSV(B) 114.55º 0.61% 0.07% -
XYZ 0.35 0.5 0.28 -
YUV 13.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 8 18 7 0.56 0 0.61 0.93 114.55 0.44 0.05
Hex 8 12 7 38 0 3D 5D 73 2C 5
Octal 10 22 7 70 0 75 135 163 54 5
Binary 1000 10010 111 111000 0 111101 1011101 1110011 101100 101

Color Harmonies of #081207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081207

Black with #081207

Text Example


Text Example

White with #081207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081207; }

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

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

background-color css

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

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

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

border-color css

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

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

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