Html Css Color HEX #08270A Black Bean

📋 copy color: '#08270A'

red 8 ◦ green 39 ◦ blue 10

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

Shades of Black Bean #08270A

Tints of Black Bean #08270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 17.54%

R = 14.04%
G = 68.42%
B = 17.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#08270A (or 0x08270A) is known color: Black Bean. HEX triplet: 08, 27 and 0A. RGB value is (8,39,10). Sum of RGB (Red+Green+Blue) = 8+39+10=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #08270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270A is #F7D8F5. Grayscale: #1A1A1A. Windows color (decimal): -16242934 or 665352. OLE color: 665352.

HSL color Cylindrical-coordinate representation of color #08270A: hue angle of 123.87º 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 #08270A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 39 10 -
CMYK 0.79 0 0.74 0.85
HSL 123.87º 0.66% 0.09% -
HSV(B) 123.87º 0.79% 0.15% -
XYZ 0.88 1.52 0.54 -
YUV 26.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 8 39 10 0.79 0 0.74 0.85 123.87 0.66 0.09
Hex 8 27 A 4F 0 4A 55 7C 42 9
Octal 10 47 12 117 0 112 125 174 102 11
Binary 1000 100111 1010 1001111 0 1001010 1010101 1111100 1000010 1001

Color Harmonies of #08270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08270A

Black with #08270A

Text Example


Text Example

White with #08270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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