Html Css Color HEX #08250D Black Bean

📋 copy color: '#08250D'

red 8 ◦ green 37 ◦ blue 13

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

Shades of Black Bean #08250D

Tints of Black Bean #08250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 13.79%
G = 63.79%
B = 22.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#08250D (or 0x08250D) is known color: Black Bean. HEX triplet: 08, 25 and 0D. RGB value is (8,37,13). Sum of RGB (Red+Green+Blue) = 8+37+13=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #08250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08250D is #F7DAF2. Grayscale: #191919. Windows color (decimal): -16243443 or 861448. OLE color: 861448.

HSL color Cylindrical-coordinate representation of color #08250D: hue angle of 130.34º 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 #08250D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 13 -
CMYK 0.78 0 0.65 0.85
HSL 130.34º 0.64% 0.09% -
HSV(B) 130.34º 0.78% 0.15% -
XYZ 0.83 1.4 0.61 -
YUV 25.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 8 37 13 0.78 0 0.65 0.85 130.34 0.64 0.09
Hex 8 25 D 4E 0 41 55 82 40 9
Octal 10 45 15 116 0 101 125 202 100 11
Binary 1000 100101 1101 1001110 0 1000001 1010101 10000010 1000000 1001

Color Harmonies of #08250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08250D

Black with #08250D

Text Example


Text Example

White with #08250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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