Html Css Color HEX #051207 Black Bean

📋 copy color: '#051207'

red 5 ◦ green 18 ◦ blue 7

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

Shades of Black Bean #051207

Tints of Black Bean #051207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 60%

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

R = 16.67%
G = 60%
B = 23.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#051207 (or 0x051207) is known color: Black Bean. HEX triplet: 05, 12 and 07. RGB value is (5,18,7). Sum of RGB (Red+Green+Blue) = 5+18+7=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #051207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051207 is #FAEDF8. Grayscale: #0C0C0C. Windows color (decimal): -16444921 or 463365. OLE color: 463365.

HSL color Cylindrical-coordinate representation of color #051207: hue angle of 129.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051207 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 7 -
CMYK 0.72 0 0.61 0.93
HSL 129.23º 0.57% 0.05% -
HSV(B) 129.23º 0.72% 0.07% -
XYZ 0.32 0.48 0.28 -
YUV 12.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 5 18 7 0.72 0 0.61 0.93 129.23 0.57 0.05
Hex 5 12 7 48 0 3D 5D 81 39 5
Octal 5 22 7 110 0 75 135 201 71 5
Binary 101 10010 111 1001000 0 111101 1011101 10000001 111001 101

Color Harmonies of #051207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051207

Black with #051207

Text Example


Text Example

White with #051207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051207; }

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

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

background-color css

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

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

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

border-color css

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

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

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