Html Css Color HEX #082B0C Black Bean

📋 copy color: '#082B0C'

red 8 ◦ green 43 ◦ blue 12

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

Shades of Black Bean #082B0C

Tints of Black Bean #082B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 68.25%

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 12.7%
G = 68.25%
B = 19.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.83

RGB Variations

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

Color information

#082B0C (or 0x082B0C) is known color: Black Bean. HEX triplet: 08, 2B and 0C. RGB value is (8,43,12). Sum of RGB (Red+Green+Blue) = 8+43+12=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 43 (17.19% from 255 or 68.25% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 43 - color contains mainly: green. Hex color #082B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082B0C is #F7D4F3. Grayscale: #1D1D1D. Windows color (decimal): -16241908 or 797448. OLE color: 797448.

HSL color Cylindrical-coordinate representation of color #082B0C: hue angle of 126.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082B0C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB 8 43 12 -
CMYK 0.81 0 0.72 0.83
HSL 126.86º 0.69% 0.1% -
HSV(B) 126.86º 0.81% 0.17% -
XYZ 1.03 1.81 0.64 -
YUV 29 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 8 43 12 0.81 0 0.72 0.83 126.86 0.69 0.1
Hex 8 2B C 51 0 48 53 7F 45 A
Octal 10 53 14 121 0 110 123 177 105 12
Binary 1000 101011 1100 1010001 0 1001000 1010011 1111111 1000101 1010

Color Harmonies of #082B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B0C

Black with #082B0C

Text Example


Text Example

White with #082B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082B0C; }

 p { color: rgb(8,43,12); }

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

background-color css

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

 a { background-color: rgb(8,43,12); }

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

border-color css

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

 span { border-color: rgb(8,43,12); }

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