Html Css Color HEX #060C07 Black Bean

📋 copy color: '#060C07'

red 6 ◦ green 12 ◦ blue 7

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

Shades of Black Bean #060C07

Tints of Black Bean #060C07

RGB

 RED value IS 6 (2.73% from 255) = 24%

 GREEN value IS 12 (5.08% from 255) = 48%

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

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#060C07 (or 0x060C07) is known color: Black Bean. HEX triplet: 06, 0C and 07. RGB value is (6,12,7). Sum of RGB (Red+Green+Blue) = 6+12+7=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #060C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C07 is #F9F3F8. Grayscale: #090909. Windows color (decimal): -16380921 or 461830. OLE color: 461830.

HSL color Cylindrical-coordinate representation of color #060C07: hue angle of 130º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #060C07 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 12 7 -
CMYK 0.50 0 0.42 0.95
HSL 130º 0.33% 0.04% -
HSV(B) 130º 0.5% 0.05% -
XYZ 0.24 0.32 0.25 -
YUV 9.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 6 12 7 0.50 0 0.42 0.95 130 0.33 0.04
Hex 6 C 7 32 0 2A 5F 82 21 4
Octal 6 14 7 62 0 52 137 202 41 4
Binary 110 1100 111 110010 0 101010 1011111 10000010 100001 100

Color Harmonies of #060C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C07

Black with #060C07

Text Example


Text Example

White with #060C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060C07; }

 p { color: rgb(6,12,7); }

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

background-color css

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

 a { background-color: rgb(6,12,7); }

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

border-color css

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

 span { border-color: rgb(6,12,7); }

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