Html Css Color HEX #08250E Black Bean

📋 copy color: '#08250E'

red 8 ◦ green 37 ◦ blue 14

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

Shades of Black Bean #08250E

Tints of Black Bean #08250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 62.71%

 BLUE value IS 14 (5.86% from 255) = 23.73%

R = 13.56%
G = 62.71%
B = 23.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#08250E (or 0x08250E) is known color: Black Bean. HEX triplet: 08, 25 and 0E. RGB value is (8,37,14). Sum of RGB (Red+Green+Blue) = 8+37+14=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #08250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08250E is #F7DAF1. Grayscale: #191919. Windows color (decimal): -16243442 or 926984. OLE color: 926984.

HSL color Cylindrical-coordinate representation of color #08250E: hue angle of 132.41º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08250E is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 14 -
CMYK 0.78 0 0.62 0.85
HSL 132.41º 0.64% 0.09% -
HSV(B) 132.41º 0.78% 0.15% -
XYZ 0.84 1.41 0.64 -
YUV 25.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 8 37 14 0.78 0 0.62 0.85 132.41 0.64 0.09
Hex 8 25 E 4E 0 3E 55 84 40 9
Octal 10 45 16 116 0 76 125 204 100 11
Binary 1000 100101 1110 1001110 0 111110 1010101 10000100 1000000 1001

Color Harmonies of #08250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08250E

Black with #08250E

Text Example


Text Example

White with #08250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08250E; }

 p { color: rgb(8,37,14); }

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

background-color css

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

 a { background-color: rgb(8,37,14); }

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

border-color css

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

 span { border-color: rgb(8,37,14); }

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