Html Css Color HEX #052507 Black Bean

📋 copy color: '#052507'

red 5 ◦ green 37 ◦ blue 7

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

Shades of Black Bean #052507

Tints of Black Bean #052507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 14.29%

R = 10.2%
G = 75.51%
B = 14.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#052507 (or 0x052507) is known color: Black Bean. HEX triplet: 05, 25 and 07. RGB value is (5,37,7). Sum of RGB (Red+Green+Blue) = 5+37+7=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #052507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052507 is #FADAF8. Grayscale: #181818. Windows color (decimal): -16440057 or 468229. OLE color: 468229.

HSL color Cylindrical-coordinate representation of color #052507: hue angle of 123.75º 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 #052507 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 7 -
CMYK 0.86 0 0.81 0.85
HSL 123.75º 0.76% 0.08% -
HSV(B) 123.75º 0.86% 0.15% -
XYZ 0.76 1.37 0.43 -
YUV 24.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 5 37 7 0.86 0 0.81 0.85 123.75 0.76 0.08
Hex 5 25 7 56 0 51 55 7C 4C 8
Octal 5 45 7 126 0 121 125 174 114 10
Binary 101 100101 111 1010110 0 1010001 1010101 1111100 1001100 1000

Color Harmonies of #052507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052507

Black with #052507

Text Example


Text Example

White with #052507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052507; }

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

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

background-color css

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

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

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

border-color css

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

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

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