Html Css Color HEX #05250A Black Bean

📋 copy color: '#05250A'

red 5 ◦ green 37 ◦ blue 10

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

Shades of Black Bean #05250A

Tints of Black Bean #05250A

RGB

 RED value IS 5 (2.34% from 255) = 9.62%

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

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

R = 9.62%
G = 71.15%
B = 19.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#05250A (or 0x05250A) is known color: Black Bean. HEX triplet: 05, 25 and 0A. RGB value is (5,37,10). Sum of RGB (Red+Green+Blue) = 5+37+10=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 37 (14.84% from 255 or 71.15% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 37 - color contains mainly: green. Hex color #05250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250A is #FADAF5. Grayscale: #181818. Windows color (decimal): -16440054 or 664837. OLE color: 664837.

HSL color Cylindrical-coordinate representation of color #05250A: hue angle of 129.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05250A is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 10 -
CMYK 0.86 0 0.73 0.85
HSL 129.38º 0.76% 0.08% -
HSV(B) 129.38º 0.86% 0.15% -
XYZ 0.78 1.38 0.51 -
YUV 24.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 5 37 10 0.86 0 0.73 0.85 129.38 0.76 0.08
Hex 5 25 A 56 0 49 55 81 4C 8
Octal 5 45 12 126 0 111 125 201 114 10
Binary 101 100101 1010 1010110 0 1001001 1010101 10000001 1001100 1000

Color Harmonies of #05250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05250A

Black with #05250A

Text Example


Text Example

White with #05250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,37,10); }

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

background-color css

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

 a { background-color: rgb(5,37,10); }

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

border-color css

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

 span { border-color: rgb(5,37,10); }

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