Html Css Color HEX #052307 Black Bean

📋 copy color: '#052307'

red 5 ◦ green 35 ◦ blue 7

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

Shades of Black Bean #052307

Tints of Black Bean #052307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 74.47%

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

R = 10.64%
G = 74.47%
B = 14.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#052307 (or 0x052307) is known color: Black Bean. HEX triplet: 05, 23 and 07. RGB value is (5,35,7). Sum of RGB (Red+Green+Blue) = 5+35+7=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #052307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052307 is #FADCF8. Grayscale: #161616. Windows color (decimal): -16440569 or 467717. OLE color: 467717.

HSL color Cylindrical-coordinate representation of color #052307: hue angle of 124º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052307 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 7 -
CMYK 0.86 0 0.80 0.86
HSL 124º 0.75% 0.08% -
HSV(B) 124º 0.86% 0.14% -
XYZ 0.7 1.25 0.41 -
YUV 22.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 5 35 7 0.86 0 0.80 0.86 124 0.75 0.08
Hex 5 23 7 56 0 50 56 7C 4B 8
Octal 5 43 7 126 0 120 126 174 113 10
Binary 101 100011 111 1010110 0 1010000 1010110 1111100 1001011 1000

Color Harmonies of #052307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052307

Black with #052307

Text Example


Text Example

White with #052307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052307; }

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

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

background-color css

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

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

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

border-color css

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

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

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