Html Css Color HEX #08250B Black Bean

📋 copy color: '#08250B'

red 8 ◦ green 37 ◦ blue 11

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

Shades of Black Bean #08250B

Tints of Black Bean #08250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 14.29%
G = 66.07%
B = 19.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#08250B (or 0x08250B) is known color: Black Bean. HEX triplet: 08, 25 and 0B. RGB value is (8,37,11). Sum of RGB (Red+Green+Blue) = 8+37+11=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #08250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08250B is #F7DAF4. Grayscale: #191919. Windows color (decimal): -16243445 or 730376. OLE color: 730376.

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

Color convert

RGB 8 37 11 -
CMYK 0.78 0 0.70 0.85
HSL 126.21º 0.64% 0.09% -
HSV(B) 126.21º 0.78% 0.15% -
XYZ 0.82 1.4 0.54 -
YUV 25.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 8 37 11 0.78 0 0.70 0.85 126.21 0.64 0.09
Hex 8 25 B 4E 0 46 55 7E 40 9
Octal 10 45 13 116 0 106 125 176 100 11
Binary 1000 100101 1011 1001110 0 1000110 1010101 1111110 1000000 1001

Color Harmonies of #08250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08250B

Black with #08250B

Text Example


Text Example

White with #08250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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