Html Css Color HEX #08270C Black Bean

📋 copy color: '#08270C'

red 8 ◦ green 39 ◦ blue 12

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

Shades of Black Bean #08270C

Tints of Black Bean #08270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 66.1%

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

R = 13.56%
G = 66.1%
B = 20.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#08270C (or 0x08270C) is known color: Black Bean. HEX triplet: 08, 27 and 0C. RGB value is (8,39,12). Sum of RGB (Red+Green+Blue) = 8+39+12=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #08270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270C is #F7D8F3. Grayscale: #1A1A1A. Windows color (decimal): -16242932 or 796424. OLE color: 796424.

HSL color Cylindrical-coordinate representation of color #08270C: hue angle of 127.74º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08270C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 39 12 -
CMYK 0.79 0 0.69 0.85
HSL 127.74º 0.66% 0.09% -
HSV(B) 127.74º 0.79% 0.15% -
XYZ 0.89 1.53 0.6 -
YUV 26.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 8 39 12 0.79 0 0.69 0.85 127.74 0.66 0.09
Hex 8 27 C 4F 0 45 55 80 42 9
Octal 10 47 14 117 0 105 125 200 102 11
Binary 1000 100111 1100 1001111 0 1000101 1010101 10000000 1000010 1001

Color Harmonies of #08270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08270C

Black with #08270C

Text Example


Text Example

White with #08270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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